Html Css Color HEX #F99DF0 Lavender Rose

📋 copy color: '#F99DF0'

red 249 ◦ green 157 ◦ blue 240

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

Shades of Lavender Rose #F99DF0

Tints of Lavender Rose #F99DF0

RGB

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

 GREEN value IS 157 (61.72% from 255) = 24.3%

 BLUE value IS 240 (94.14% from 255) = 37.15%

R = 38.54%
G = 24.3%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F99DF0 (or 0xF99DF0) is known color: Lavender Rose. HEX triplet: F9, 9D and F0. RGB value is (249,157,240). Sum of RGB (Red+Green+Blue) = 249+157+240=646 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.54% from 646); Green value is 157 (61.72% from 255 or 24.30% from 646); Blue value is 240 (94.14% from 255 or 37.15% from 646); Max value from RGB is 249 - color contains mainly: red. Hex color #F99DF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99DF0 is #06620F. Grayscale: #C1C1C1. Windows color (decimal): -418320 or 15769081. OLE color: 15769081.

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

Color convert

RGB 249 157 240 -
CMYK 0 0.37 0.04 0.02
HSL 305.87º 0.88% 0.8% -
HSV(B) 305.87º 0.37% 0.98% -
XYZ 66.85 50.54 88.67 -
YUV 193.97 153.98 167.25 -
System Red Green Blue C M Y K H S L
Decimal 249 157 240 0 0.37 0.04 0.02 305.87 0.88 0.8
Hex F9 9D F0 0 25 4 2 132 58 50
Octal 371 235 360 0 45 4 2 462 130 120
Binary 11111001 10011101 11110000 0 100101 100 10 100110010 1011000 1010000

Color Harmonies of #F99DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99DF0

Black with #F99DF0

Text Example


Text Example

White with #F99DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99DF0; }

 p { color: rgb(249,157,240); }

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

background-color css

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

 a { background-color: rgb(249,157,240); }

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

border-color css

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

 span { border-color: rgb(249,157,240); }

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