Html Css Color HEX #F994BA Illusion

📋 copy color: '#F994BA'

red 249 ◦ green 148 ◦ blue 186

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

Shades of Illusion #F994BA

Tints of Illusion #F994BA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.39%

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

R = 42.71%
G = 25.39%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F994BA (or 0xF994BA) is known color: Illusion. HEX triplet: F9, 94 and BA. RGB value is (249,148,186). Sum of RGB (Red+Green+Blue) = 249+148+186=583 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.71% from 583); Green value is 148 (58.20% from 255 or 25.39% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 249 - color contains mainly: red. Hex color #F994BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F994BA is #066B45. Grayscale: #B6B6B6. Windows color (decimal): -420678 or 12227833. OLE color: 12227833.

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

Color convert

RGB 249 148 186 -
CMYK 0 0.41 0.25 0.02
HSL 337.43º 0.89% 0.78% -
HSV(B) 337.43º 0.41% 0.98% -
XYZ 58.52 44.86 52.03 -
YUV 182.53 129.96 175.41 -
System Red Green Blue C M Y K H S L
Decimal 249 148 186 0 0.41 0.25 0.02 337.43 0.89 0.78
Hex F9 94 BA 0 29 19 2 151 59 4E
Octal 371 224 272 0 51 31 2 521 131 116
Binary 11111001 10010100 10111010 0 101001 11001 10 101010001 1011001 1001110

Color Harmonies of #F994BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F994BA

Black with #F994BA

Text Example


Text Example

White with #F994BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F994BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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