Html Css Color HEX #F994E8 Lavender Rose

📋 copy color: '#F994E8'

red 249 ◦ green 148 ◦ blue 232

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

Shades of Lavender Rose #F994E8

Tints of Lavender Rose #F994E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.88%

R = 39.59%
G = 23.53%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#F994E8 (or 0xF994E8) is known color: Lavender Rose. HEX triplet: F9, 94 and E8. RGB value is (249,148,232). Sum of RGB (Red+Green+Blue) = 249+148+232=629 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.59% from 629); Green value is 148 (58.20% from 255 or 23.53% from 629); Blue value is 232 (91.02% from 255 or 36.88% from 629); Max value from RGB is 249 - color contains mainly: red. Hex color #F994E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F994E8 is #066B17. Grayscale: #BBBBBB. Windows color (decimal): -420632 or 15242489. OLE color: 15242489.

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

Color convert

RGB 249 148 232 -
CMYK 0 0.41 0.07 0.02
HSL 310.1º 0.89% 0.78% -
HSV(B) 310.1º 0.41% 0.98% -
XYZ 64.22 47.15 82.06 -
YUV 187.78 152.96 171.67 -
System Red Green Blue C M Y K H S L
Decimal 249 148 232 0 0.41 0.07 0.02 310.1 0.89 0.78
Hex F9 94 E8 0 29 7 2 136 59 4E
Octal 371 224 350 0 51 7 2 466 131 116
Binary 11111001 10010100 11101000 0 101001 111 10 100110110 1011001 1001110

Color Harmonies of #F994E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F994E8

Black with #F994E8

Text Example


Text Example

White with #F994E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F994E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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