Html Css Color HEX #F696AF Illusion

📋 copy color: '#F696AF'

red 246 ◦ green 150 ◦ blue 175

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

Shades of Illusion #F696AF

Tints of Illusion #F696AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.65%

R = 43.08%
G = 26.27%
B = 30.65%

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

#F696AF (or 0xF696AF) is known color: Illusion. HEX triplet: F6, 96 and AF. RGB value is (246,150,175). Sum of RGB (Red+Green+Blue) = 246+150+175=571 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.08% from 571); Green value is 150 (58.98% from 255 or 26.27% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 246 - color contains mainly: red. Hex color #F696AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F696AF is #096950. Grayscale: #B5B5B5. Windows color (decimal): -616785 or 11507446. OLE color: 11507446.

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

Color convert

RGB 246 150 175 -
CMYK 0 0.39 0.29 0.04
HSL 344.38º 0.84% 0.78% -
HSV(B) 344.38º 0.39% 0.96% -
XYZ 56.65 44.5 46.16 -
YUV 181.55 124.3 173.97 -
System Red Green Blue C M Y K H S L
Decimal 246 150 175 0 0.39 0.29 0.04 344.38 0.84 0.78
Hex F6 96 AF 0 27 1D 4 158 54 4E
Octal 366 226 257 0 47 35 4 530 124 116
Binary 11110110 10010110 10101111 0 100111 11101 100 101011000 1010100 1001110

Color Harmonies of #F696AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F696AF

Black with #F696AF

Text Example


Text Example

White with #F696AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F696AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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