Html Css Color HEX #F991DD Lavender Rose

📋 copy color: '#F991DD'

red 249 ◦ green 145 ◦ blue 221

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

Shades of Lavender Rose #F991DD

Tints of Lavender Rose #F991DD

RGB

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

 GREEN value IS 145 (57.03% from 255) = 23.58%

 BLUE value IS 221 (86.72% from 255) = 35.93%

R = 40.49%
G = 23.58%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F991DD (or 0xF991DD) is known color: Lavender Rose. HEX triplet: F9, 91 and DD. RGB value is (249,145,221). Sum of RGB (Red+Green+Blue) = 249+145+221=615 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.49% from 615); Green value is 145 (57.03% from 255 or 23.58% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 249 - color contains mainly: red. Hex color #F991DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F991DD is #066E22. Grayscale: #B8B8B8. Windows color (decimal): -421411 or 14520825. OLE color: 14520825.

HSL color Cylindrical-coordinate representation of color #F991DD: hue angle of 316.15º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F991DD is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 145 221 -
CMYK 0 0.42 0.11 0.02
HSL 316.15º 0.9% 0.77% -
HSV(B) 316.15º 0.42% 0.98% -
XYZ 62.24 45.61 73.93 -
YUV 184.76 148.46 173.82 -
System Red Green Blue C M Y K H S L
Decimal 249 145 221 0 0.42 0.11 0.02 316.15 0.9 0.77
Hex F9 91 DD 0 2A B 2 13C 5A 4D
Octal 371 221 335 0 52 13 2 474 132 115
Binary 11111001 10010001 11011101 0 101010 1011 10 100111100 1011010 1001101

Color Harmonies of #F991DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F991DD

Black with #F991DD

Text Example


Text Example

White with #F991DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F991DD; }

 p { color: rgb(249,145,221); }

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

background-color css

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

 a { background-color: rgb(249,145,221); }

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

border-color css

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

 span { border-color: rgb(249,145,221); }

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