Html Css Color HEX #F991DF Lavender Rose

📋 copy color: '#F991DF'

red 249 ◦ green 145 ◦ blue 223

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

Shades of Lavender Rose #F991DF

Tints of Lavender Rose #F991DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.14%

R = 40.36%
G = 23.5%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F991DF (or 0xF991DF) is known color: Lavender Rose. HEX triplet: F9, 91 and DF. RGB value is (249,145,223). Sum of RGB (Red+Green+Blue) = 249+145+223=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 145 (57.03% from 255 or 23.50% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 249 - color contains mainly: red. Hex color #F991DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F991DF is #066E20. Grayscale: #B8B8B8. Windows color (decimal): -421409 or 14651897. OLE color: 14651897.

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

Color convert

RGB 249 145 223 -
CMYK 0 0.42 0.10 0.02
HSL 315º 0.9% 0.77% -
HSV(B) 315º 0.42% 0.98% -
XYZ 62.51 45.72 75.34 -
YUV 184.99 149.46 173.66 -
System Red Green Blue C M Y K H S L
Decimal 249 145 223 0 0.42 0.10 0.02 315 0.9 0.77
Hex F9 91 DF 0 2A A 2 13B 5A 4D
Octal 371 221 337 0 52 12 2 473 132 115
Binary 11111001 10010001 11011111 0 101010 1010 10 100111011 1011010 1001101

Color Harmonies of #F991DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F991DF

Black with #F991DF

Text Example


Text Example

White with #F991DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F991DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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