Html Css Color HEX #F295B0 Illusion

📋 copy color: '#F295B0'

red 242 ◦ green 149 ◦ blue 176

#F295B0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Illusion #F295B0

Tints of Illusion #F295B0

RGB

 RED value IS 242 (94.92% from 255) = 42.68%

 GREEN value IS 149 (58.59% from 255) = 26.28%

 BLUE value IS 176 (69.14% from 255) = 31.04%

R = 42.68%
G = 26.28%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F295B0 (or 0xF295B0) is known color: Illusion. HEX triplet: F2, 95 and B0. RGB value is (242,149,176). Sum of RGB (Red+Green+Blue) = 242+149+176=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 149 (58.59% from 255 or 26.28% from 567); Blue value is 176 (69.14% from 255 or 31.04% from 567); Max value from RGB is 242 - color contains mainly: red. Hex color #F295B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F295B0 is #0D6A4F. Grayscale: #B3B3B3. Windows color (decimal): -879184 or 11572722. OLE color: 11572722.

HSL color Cylindrical-coordinate representation of color #F295B0: hue angle of 342.58º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F295B0 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 149 176 -
CMYK 0 0.38 0.27 0.05
HSL 342.58º 0.78% 0.77% -
HSV(B) 342.58º 0.38% 0.95% -
XYZ 55.2 43.51 46.56 -
YUV 179.89 125.81 172.3 -
System Red Green Blue C M Y K H S L
Decimal 242 149 176 0 0.38 0.27 0.05 342.58 0.78 0.77
Hex F2 95 B0 0 26 1B 5 157 4E 4D
Octal 362 225 260 0 46 33 5 527 116 115
Binary 11110010 10010101 10110000 0 100110 11011 101 101010111 1001110 1001101

Color Harmonies of #F295B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F295B0

Black with #F295B0

Text Example


Text Example

White with #F295B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F295B0; }

 p { color: rgb(242,149,176); }

 H1.HeaderClassName
 {
   color: #F295B0;
 }
 .AnyTagClassName
 {
   color: #F295B0;
 }
</style>

background-color css

<style>
 a { background-color: #F295B0; }

 a { background-color: rgb(242,149,176); }

 div.DivClassName
 {
   background-color: #F295B0;
 }
 .BgClassName
 {
   background-color: #F295B0;
 }
</style>

border-color css

<style>
 span { border-color: #F295B0; }

 span { border-color: rgb(242,149,176); }

 td.TdClassName
 {
   border-color: #F295B0;
 }
 .TagClassName
 {
   border-color: #F295B0;
 }
</style>