Html Css Color HEX #F99FE0 Lavender Rose

📋 copy color: '#F99FE0'

red 249 ◦ green 159 ◦ blue 224

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

Shades of Lavender Rose #F99FE0

Tints of Lavender Rose #F99FE0

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.16%

 BLUE value IS 224 (87.89% from 255) = 35.44%

R = 39.4%
G = 25.16%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F99FE0 (or 0xF99FE0) is known color: Lavender Rose. HEX triplet: F9, 9F and E0. RGB value is (249,159,224). Sum of RGB (Red+Green+Blue) = 249+159+224=632 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.40% from 632); Green value is 159 (62.5% from 255 or 25.16% from 632); Blue value is 224 (87.89% from 255 or 35.44% from 632); Max value from RGB is 249 - color contains mainly: red. Hex color #F99FE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99FE0 is #06601F. Grayscale: #C1C1C1. Windows color (decimal): -417824 or 14721017. OLE color: 14721017.

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

Color convert

RGB 249 159 224 -
CMYK 0 0.36 0.10 0.02
HSL 316.67º 0.88% 0.8% -
HSV(B) 316.67º 0.36% 0.98% -
XYZ 64.92 50.32 76.81 -
YUV 193.32 145.32 167.71 -
System Red Green Blue C M Y K H S L
Decimal 249 159 224 0 0.36 0.10 0.02 316.67 0.88 0.8
Hex F9 9F E0 0 24 A 2 13D 58 50
Octal 371 237 340 0 44 12 2 475 130 120
Binary 11111001 10011111 11100000 0 100100 1010 10 100111101 1011000 1010000

Color Harmonies of #F99FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99FE0

Black with #F99FE0

Text Example


Text Example

White with #F99FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99FE0; }

 p { color: rgb(249,159,224); }

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

background-color css

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

 a { background-color: rgb(249,159,224); }

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

border-color css

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

 span { border-color: rgb(249,159,224); }

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