Html Css Color HEX #F990B6 Illusion

📋 copy color: '#F990B6'

red 249 ◦ green 144 ◦ blue 182

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

Shades of Illusion #F990B6

Tints of Illusion #F990B6

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.04%

 BLUE value IS 182 (71.48% from 255) = 31.65%

R = 43.3%
G = 25.04%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#F990B6 (or 0xF990B6) is known color: Illusion. HEX triplet: F9, 90 and B6. RGB value is (249,144,182). Sum of RGB (Red+Green+Blue) = 249+144+182=575 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.30% from 575); Green value is 144 (56.64% from 255 or 25.04% from 575); Blue value is 182 (71.48% from 255 or 31.65% from 575); Max value from RGB is 249 - color contains mainly: red. Hex color #F990B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F990B6 is #066F49. Grayscale: #B3B3B3. Windows color (decimal): -421706 or 11964665. OLE color: 11964665.

HSL color Cylindrical-coordinate representation of color #F990B6: hue angle of 338.29º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F990B6 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 144 182 -
CMYK 0 0.42 0.27 0.02
HSL 338.29º 0.9% 0.77% -
HSV(B) 338.29º 0.42% 0.98% -
XYZ 57.48 43.46 49.62 -
YUV 179.73 129.29 177.41 -
System Red Green Blue C M Y K H S L
Decimal 249 144 182 0 0.42 0.27 0.02 338.29 0.9 0.77
Hex F9 90 B6 0 2A 1B 2 152 5A 4D
Octal 371 220 266 0 52 33 2 522 132 115
Binary 11111001 10010000 10110110 0 101010 11011 10 101010010 1011010 1001101

Color Harmonies of #F990B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F990B6

Black with #F990B6

Text Example


Text Example

White with #F990B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F990B6; }

 p { color: rgb(249,144,182); }

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

background-color css

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

 a { background-color: rgb(249,144,182); }

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

border-color css

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

 span { border-color: rgb(249,144,182); }

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