Html Css Color HEX #F991BA Illusion

📋 copy color: '#F991BA'

red 249 ◦ green 145 ◦ blue 186

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

Shades of Illusion #F991BA

Tints of Illusion #F991BA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25%

 BLUE value IS 186 (73.05% from 255) = 32.07%

R = 42.93%
G = 25%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F991BA (or 0xF991BA) is known color: Illusion. HEX triplet: F9, 91 and BA. RGB value is (249,145,186). Sum of RGB (Red+Green+Blue) = 249+145+186=580 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.93% from 580); Green value is 145 (57.03% from 255 or 25% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 249 - color contains mainly: red. Hex color #F991BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F991BA is #066E45. Grayscale: #B4B4B4. Windows color (decimal): -421446 or 12227065. OLE color: 12227065.

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

Color convert

RGB 249 145 186 -
CMYK 0 0.42 0.25 0.02
HSL 336.35º 0.9% 0.77% -
HSV(B) 336.35º 0.42% 0.98% -
XYZ 58.06 43.94 51.87 -
YUV 180.77 130.96 176.67 -
System Red Green Blue C M Y K H S L
Decimal 249 145 186 0 0.42 0.25 0.02 336.35 0.9 0.77
Hex F9 91 BA 0 2A 19 2 150 5A 4D
Octal 371 221 272 0 52 31 2 520 132 115
Binary 11111001 10010001 10111010 0 101010 11001 10 101010000 1011010 1001101

Color Harmonies of #F991BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F991BA

Black with #F991BA

Text Example


Text Example

White with #F991BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F991BA; }

 p { color: rgb(249,145,186); }

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

background-color css

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

 a { background-color: rgb(249,145,186); }

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

border-color css

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

 span { border-color: rgb(249,145,186); }

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