Html Css Color HEX #F296B6 Illusion

📋 copy color: '#F296B6'

red 242 ◦ green 150 ◦ blue 182

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

Shades of Illusion #F296B6

Tints of Illusion #F296B6

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.13%

 BLUE value IS 182 (71.48% from 255) = 31.71%

R = 42.16%
G = 26.13%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F296B6 (or 0xF296B6) is known color: Illusion. HEX triplet: F2, 96 and B6. RGB value is (242,150,182). Sum of RGB (Red+Green+Blue) = 242+150+182=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 182 (71.48% from 255 or 31.71% from 574); Max value from RGB is 242 - color contains mainly: red. Hex color #F296B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F296B6 is #0D6949. Grayscale: #B5B5B5. Windows color (decimal): -878922 or 11966194. OLE color: 11966194.

HSL color Cylindrical-coordinate representation of color #F296B6: hue angle of 339.13º 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 #F296B6 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 150 182 -
CMYK 0 0.38 0.25 0.05
HSL 339.13º 0.78% 0.77% -
HSV(B) 339.13º 0.38% 0.95% -
XYZ 55.97 44.07 49.81 -
YUV 181.16 128.48 171.4 -
System Red Green Blue C M Y K H S L
Decimal 242 150 182 0 0.38 0.25 0.05 339.13 0.78 0.77
Hex F2 96 B6 0 26 19 5 153 4E 4D
Octal 362 226 266 0 46 31 5 523 116 115
Binary 11110010 10010110 10110110 0 100110 11001 101 101010011 1001110 1001101

Color Harmonies of #F296B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F296B6

Black with #F296B6

Text Example


Text Example

White with #F296B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F296B6; }

 p { color: rgb(242,150,182); }

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

background-color css

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

 a { background-color: rgb(242,150,182); }

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

border-color css

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

 span { border-color: rgb(242,150,182); }

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