Html Css Color HEX #F696AE Illusion

📋 copy color: '#F696AE'

red 246 ◦ green 150 ◦ blue 174

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

Shades of Illusion #F696AE

Tints of Illusion #F696AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.53%

R = 43.16%
G = 26.32%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F696AE (or 0xF696AE) is known color: Illusion. HEX triplet: F6, 96 and AE. RGB value is (246,150,174). Sum of RGB (Red+Green+Blue) = 246+150+174=570 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.16% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 174 (68.36% from 255 or 30.53% from 570); Max value from RGB is 246 - color contains mainly: red. Hex color #F696AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F696AE is #096951. Grayscale: #B5B5B5. Windows color (decimal): -616786 or 11441910. OLE color: 11441910.

HSL color Cylindrical-coordinate representation of color #F696AE: hue angle of 345º 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 #F696AE is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 150 174 -
CMYK 0 0.39 0.29 0.04
HSL 345º 0.84% 0.78% -
HSV(B) 345º 0.39% 0.96% -
XYZ 56.55 44.46 45.65 -
YUV 181.44 123.8 174.05 -
System Red Green Blue C M Y K H S L
Decimal 246 150 174 0 0.39 0.29 0.04 345 0.84 0.78
Hex F6 96 AE 0 27 1D 4 159 54 4E
Octal 366 226 256 0 47 35 4 531 124 116
Binary 11110110 10010110 10101110 0 100111 11101 100 101011001 1010100 1001110

Color Harmonies of #F696AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F696AE

Black with #F696AE

Text Example


Text Example

White with #F696AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F696AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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