Html Css Color HEX #F990B5 Illusion

📋 copy color: '#F990B5'

red 249 ◦ green 144 ◦ blue 181

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

Shades of Illusion #F990B5

Tints of Illusion #F990B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 31.53%

R = 43.38%
G = 25.09%
B = 31.53%

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

#F990B5 (or 0xF990B5) is known color: Illusion. HEX triplet: F9, 90 and B5. RGB value is (249,144,181). Sum of RGB (Red+Green+Blue) = 249+144+181=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 144 (56.64% from 255 or 25.09% from 574); Blue value is 181 (71.09% from 255 or 31.53% from 574); Max value from RGB is 249 - color contains mainly: red. Hex color #F990B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F990B5 is #066F4A. Grayscale: #B3B3B3. Windows color (decimal): -421707 or 11899129. OLE color: 11899129.

HSL color Cylindrical-coordinate representation of color #F990B5: hue angle of 338.86º 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 #F990B5 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 144 181 -
CMYK 0 0.42 0.27 0.02
HSL 338.86º 0.9% 0.77% -
HSV(B) 338.86º 0.42% 0.98% -
XYZ 57.38 43.42 49.07 -
YUV 179.61 128.79 177.49 -
System Red Green Blue C M Y K H S L
Decimal 249 144 181 0 0.42 0.27 0.02 338.86 0.9 0.77
Hex F9 90 B5 0 2A 1B 2 153 5A 4D
Octal 371 220 265 0 52 33 2 523 132 115
Binary 11111001 10010000 10110101 0 101010 11011 10 101010011 1011010 1001101

Color Harmonies of #F990B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F990B5

Black with #F990B5

Text Example


Text Example

White with #F990B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F990B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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