Html Css Color HEX #F990B2 Illusion

📋 copy color: '#F990B2'

red 249 ◦ green 144 ◦ blue 178

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

Shades of Illusion #F990B2

Tints of Illusion #F990B2

RGB

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

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

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

R = 43.61%
G = 25.22%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F990B2 (or 0xF990B2) is known color: Illusion. HEX triplet: F9, 90 and B2. RGB value is (249,144,178). Sum of RGB (Red+Green+Blue) = 249+144+178=571 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.61% from 571); Green value is 144 (56.64% from 255 or 25.22% from 571); Blue value is 178 (69.92% from 255 or 31.17% from 571); Max value from RGB is 249 - color contains mainly: red. Hex color #F990B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F990B2 is #066F4D. Grayscale: #B3B3B3. Windows color (decimal): -421710 or 11702521. OLE color: 11702521.

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

Color convert

RGB 249 144 178 -
CMYK 0 0.42 0.29 0.02
HSL 340.57º 0.9% 0.77% -
HSV(B) 340.57º 0.42% 0.98% -
XYZ 57.08 43.3 47.47 -
YUV 179.27 127.29 177.74 -
System Red Green Blue C M Y K H S L
Decimal 249 144 178 0 0.42 0.29 0.02 340.57 0.9 0.77
Hex F9 90 B2 0 2A 1D 2 155 5A 4D
Octal 371 220 262 0 52 35 2 525 132 115
Binary 11111001 10010000 10110010 0 101010 11101 10 101010101 1011010 1001101

Color Harmonies of #F990B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F990B2

Black with #F990B2

Text Example


Text Example

White with #F990B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F990B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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