Html Css Color HEX #F696B2 Illusion

📋 copy color: '#F696B2'

red 246 ◦ green 150 ◦ blue 178

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

Shades of Illusion #F696B2

Tints of Illusion #F696B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.01%

R = 42.86%
G = 26.13%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F696B2 (or 0xF696B2) is known color: Illusion. HEX triplet: F6, 96 and B2. RGB value is (246,150,178). Sum of RGB (Red+Green+Blue) = 246+150+178=574 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.86% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 178 (69.92% from 255 or 31.01% from 574); Max value from RGB is 246 - color contains mainly: red. Hex color #F696B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F696B2 is #09694D. Grayscale: #B5B5B5. Windows color (decimal): -616782 or 11704054. OLE color: 11704054.

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

Color convert

RGB 246 150 178 -
CMYK 0 0.39 0.28 0.04
HSL 342.5º 0.84% 0.78% -
HSV(B) 342.5º 0.39% 0.96% -
XYZ 56.95 44.62 47.73 -
YUV 181.9 125.8 173.72 -
System Red Green Blue C M Y K H S L
Decimal 246 150 178 0 0.39 0.28 0.04 342.5 0.84 0.78
Hex F6 96 B2 0 27 1C 4 156 54 4E
Octal 366 226 262 0 47 34 4 526 124 116
Binary 11110110 10010110 10110010 0 100111 11100 100 101010110 1010100 1001110

Color Harmonies of #F696B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F696B2

Black with #F696B2

Text Example


Text Example

White with #F696B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F696B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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