Html Css Color HEX #F994B5 Illusion

📋 copy color: '#F994B5'

red 249 ◦ green 148 ◦ blue 181

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

Shades of Illusion #F994B5

Tints of Illusion #F994B5

RGB

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

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

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

R = 43.08%
G = 25.61%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#F994B5 (or 0xF994B5) is known color: Illusion. HEX triplet: F9, 94 and B5. RGB value is (249,148,181). Sum of RGB (Red+Green+Blue) = 249+148+181=578 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.08% from 578); Green value is 148 (58.20% from 255 or 25.61% from 578); Blue value is 181 (71.09% from 255 or 31.31% from 578); Max value from RGB is 249 - color contains mainly: red. Hex color #F994B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F994B5 is #066B4A. Grayscale: #B5B5B5. Windows color (decimal): -420683 or 11900153. OLE color: 11900153.

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

Color convert

RGB 249 148 181 -
CMYK 0 0.41 0.27 0.02
HSL 340.4º 0.89% 0.78% -
HSV(B) 340.4º 0.41% 0.98% -
XYZ 58 44.66 49.28 -
YUV 181.96 127.46 175.82 -
System Red Green Blue C M Y K H S L
Decimal 249 148 181 0 0.41 0.27 0.02 340.4 0.89 0.78
Hex F9 94 B5 0 29 1B 2 154 59 4E
Octal 371 224 265 0 51 33 2 524 131 116
Binary 11111001 10010100 10110101 0 101001 11011 10 101010100 1011001 1001110

Color Harmonies of #F994B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F994B5

Black with #F994B5

Text Example


Text Example

White with #F994B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F994B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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