Html Css Color HEX #F992B0 Illusion

📋 copy color: '#F992B0'

red 249 ◦ green 146 ◦ blue 176

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

Shades of Illusion #F992B0

Tints of Illusion #F992B0

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.57%

 BLUE value IS 176 (69.14% from 255) = 30.82%

R = 43.61%
G = 25.57%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F992B0 (or 0xF992B0) is known color: Illusion. HEX triplet: F9, 92 and B0. RGB value is (249,146,176). Sum of RGB (Red+Green+Blue) = 249+146+176=571 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.61% from 571); Green value is 146 (57.42% from 255 or 25.57% from 571); Blue value is 176 (69.14% from 255 or 30.82% from 571); Max value from RGB is 249 - color contains mainly: red. Hex color #F992B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F992B0 is #066D4F. Grayscale: #B4B4B4. Windows color (decimal): -421200 or 11571961. OLE color: 11571961.

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

Color convert

RGB 249 146 176 -
CMYK 0 0.41 0.29 0.02
HSL 342.52º 0.9% 0.77% -
HSV(B) 342.52º 0.41% 0.98% -
XYZ 57.18 43.83 46.52 -
YUV 180.22 125.62 177.06 -
System Red Green Blue C M Y K H S L
Decimal 249 146 176 0 0.41 0.29 0.02 342.52 0.9 0.77
Hex F9 92 B0 0 29 1D 2 157 5A 4D
Octal 371 222 260 0 51 35 2 527 132 115
Binary 11111001 10010010 10110000 0 101001 11101 10 101010111 1011010 1001101

Color Harmonies of #F992B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F992B0

Black with #F992B0

Text Example


Text Example

White with #F992B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F992B0; }

 p { color: rgb(249,146,176); }

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

background-color css

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

 a { background-color: rgb(249,146,176); }

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

border-color css

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

 span { border-color: rgb(249,146,176); }

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