Html Css Color HEX #F996AF Illusion

📋 copy color: '#F996AF'

red 249 ◦ green 150 ◦ blue 175

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

Shades of Illusion #F996AF

Tints of Illusion #F996AF

RGB

 RED value IS 249 (97.66% from 255) = 43.38%

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

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

R = 43.38%
G = 26.13%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F996AF (or 0xF996AF) is known color: Illusion. HEX triplet: F9, 96 and AF. RGB value is (249,150,175). Sum of RGB (Red+Green+Blue) = 249+150+175=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 175 (68.75% from 255 or 30.49% from 574); Max value from RGB is 249 - color contains mainly: red. Hex color #F996AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F996AF is #066950. Grayscale: #B6B6B6. Windows color (decimal): -420177 or 11507449. OLE color: 11507449.

HSL color Cylindrical-coordinate representation of color #F996AF: hue angle of 344.85º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F996AF is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 150 175 -
CMYK 0 0.40 0.30 0.02
HSL 344.85º 0.89% 0.78% -
HSV(B) 344.85º 0.4% 0.98% -
XYZ 57.71 45.05 46.21 -
YUV 182.45 123.8 175.47 -
System Red Green Blue C M Y K H S L
Decimal 249 150 175 0 0.40 0.30 0.02 344.85 0.89 0.78
Hex F9 96 AF 0 28 1E 2 159 59 4E
Octal 371 226 257 0 50 36 2 531 131 116
Binary 11111001 10010110 10101111 0 101000 11110 10 101011001 1011001 1001110

Color Harmonies of #F996AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F996AF

Black with #F996AF

Text Example


Text Example

White with #F996AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F996AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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