Html Css Color HEX #F99DF1 Lavender Rose

📋 copy color: '#F99DF1'

red 249 ◦ green 157 ◦ blue 241

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

Shades of Lavender Rose #F99DF1

Tints of Lavender Rose #F99DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.25%

R = 38.49%
G = 24.27%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#F99DF1 (or 0xF99DF1) is known color: Lavender Rose. HEX triplet: F9, 9D and F1. RGB value is (249,157,241). Sum of RGB (Red+Green+Blue) = 249+157+241=647 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.49% from 647); Green value is 157 (61.72% from 255 or 24.27% from 647); Blue value is 241 (94.53% from 255 or 37.25% from 647); Max value from RGB is 249 - color contains mainly: red. Hex color #F99DF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99DF1 is #06620E. Grayscale: #C1C1C1. Windows color (decimal): -418319 or 15834617. OLE color: 15834617.

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

Color convert

RGB 249 157 241 -
CMYK 0 0.37 0.03 0.02
HSL 305.22º 0.88% 0.8% -
HSV(B) 305.22º 0.37% 0.98% -
XYZ 67 50.6 89.46 -
YUV 194.08 154.48 167.17 -
System Red Green Blue C M Y K H S L
Decimal 249 157 241 0 0.37 0.03 0.02 305.22 0.88 0.8
Hex F9 9D F1 0 25 3 2 131 58 50
Octal 371 235 361 0 45 3 2 461 130 120
Binary 11111001 10011101 11110001 0 100101 11 10 100110001 1011000 1010000

Color Harmonies of #F99DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99DF1

Black with #F99DF1

Text Example


Text Example

White with #F99DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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