Html Css Color HEX #F696BA Illusion

📋 copy color: '#F696BA'

red 246 ◦ green 150 ◦ blue 186

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

Shades of Illusion #F696BA

Tints of Illusion #F696BA

RGB

 RED value IS 246 (96.48% from 255) = 42.27%

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

 BLUE value IS 186 (73.05% from 255) = 31.96%

R = 42.27%
G = 25.77%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F696BA (or 0xF696BA) is known color: Illusion. HEX triplet: F6, 96 and BA. RGB value is (246,150,186). Sum of RGB (Red+Green+Blue) = 246+150+186=582 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.27% from 582); Green value is 150 (58.98% from 255 or 25.77% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 246 - color contains mainly: red. Hex color #F696BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F696BA is #096945. Grayscale: #B6B6B6. Windows color (decimal): -616774 or 12228342. OLE color: 12228342.

HSL color Cylindrical-coordinate representation of color #F696BA: hue angle of 337.5º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F696BA is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 150 186 -
CMYK 0 0.39 0.24 0.04
HSL 337.5º 0.84% 0.78% -
HSV(B) 337.5º 0.39% 0.96% -
XYZ 57.78 44.95 52.09 -
YUV 182.81 129.8 173.07 -
System Red Green Blue C M Y K H S L
Decimal 246 150 186 0 0.39 0.24 0.04 337.5 0.84 0.78
Hex F6 96 BA 0 27 18 4 152 54 4E
Octal 366 226 272 0 47 30 4 522 124 116
Binary 11110110 10010110 10111010 0 100111 11000 100 101010010 1010100 1001110

Color Harmonies of #F696BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F696BA

Black with #F696BA

Text Example


Text Example

White with #F696BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F696BA; }

 p { color: rgb(246,150,186); }

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

background-color css

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

 a { background-color: rgb(246,150,186); }

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

border-color css

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

 span { border-color: rgb(246,150,186); }

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