Html Css Color HEX #F99EE1 Lavender Rose

📋 copy color: '#F99EE1'

red 249 ◦ green 158 ◦ blue 225

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

Shades of Lavender Rose #F99EE1

Tints of Lavender Rose #F99EE1

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25%

 BLUE value IS 225 (88.28% from 255) = 35.6%

R = 39.4%
G = 25%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F99EE1 (or 0xF99EE1) is known color: Lavender Rose. HEX triplet: F9, 9E and E1. RGB value is (249,158,225). Sum of RGB (Red+Green+Blue) = 249+158+225=632 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.40% from 632); Green value is 158 (62.11% from 255 or 25% from 632); Blue value is 225 (88.28% from 255 or 35.60% from 632); Max value from RGB is 249 - color contains mainly: red. Hex color #F99EE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99EE1 is #06611E. Grayscale: #C0C0C0. Windows color (decimal): -418079 or 14786297. OLE color: 14786297.

HSL color Cylindrical-coordinate representation of color #F99EE1: hue angle of 315.82º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F99EE1 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 158 225 -
CMYK 0 0.37 0.10 0.02
HSL 315.82º 0.88% 0.8% -
HSV(B) 315.82º 0.37% 0.98% -
XYZ 64.88 50.03 77.47 -
YUV 192.85 146.15 168.05 -
System Red Green Blue C M Y K H S L
Decimal 249 158 225 0 0.37 0.10 0.02 315.82 0.88 0.8
Hex F9 9E E1 0 25 A 2 13C 58 50
Octal 371 236 341 0 45 12 2 474 130 120
Binary 11111001 10011110 11100001 0 100101 1010 10 100111100 1011000 1010000

Color Harmonies of #F99EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99EE1

Black with #F99EE1

Text Example


Text Example

White with #F99EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99EE1; }

 p { color: rgb(249,158,225); }

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

background-color css

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

 a { background-color: rgb(249,158,225); }

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

border-color css

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

 span { border-color: rgb(249,158,225); }

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