Html Css Color HEX #F994B9 Illusion

📋 copy color: '#F994B9'

red 249 ◦ green 148 ◦ blue 185

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

Shades of Illusion #F994B9

Tints of Illusion #F994B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 31.79%

R = 42.78%
G = 25.43%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#F994B9 (or 0xF994B9) is known color: Illusion. HEX triplet: F9, 94 and B9. RGB value is (249,148,185). Sum of RGB (Red+Green+Blue) = 249+148+185=582 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.78% from 582); Green value is 148 (58.20% from 255 or 25.43% from 582); Blue value is 185 (72.66% from 255 or 31.79% from 582); Max value from RGB is 249 - color contains mainly: red. Hex color #F994B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F994B9 is #066B46. Grayscale: #B6B6B6. Windows color (decimal): -420679 or 12162297. OLE color: 12162297.

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

Color convert

RGB 249 148 185 -
CMYK 0 0.41 0.26 0.02
HSL 338.02º 0.89% 0.78% -
HSV(B) 338.02º 0.41% 0.98% -
XYZ 58.41 44.82 51.47 -
YUV 182.42 129.46 175.49 -
System Red Green Blue C M Y K H S L
Decimal 249 148 185 0 0.41 0.26 0.02 338.02 0.89 0.78
Hex F9 94 B9 0 29 1A 2 152 59 4E
Octal 371 224 271 0 51 32 2 522 131 116
Binary 11111001 10010100 10111001 0 101001 11010 10 101010010 1011001 1001110

Color Harmonies of #F994B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F994B9

Black with #F994B9

Text Example


Text Example

White with #F994B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F994B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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