Html Css Color HEX #F991D4 Lavender Rose

📋 copy color: '#F991D4'

red 249 ◦ green 145 ◦ blue 212

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

Shades of Lavender Rose #F991D4

Tints of Lavender Rose #F991D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.98%

R = 41.09%
G = 23.93%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#F991D4 (or 0xF991D4) is known color: Lavender Rose. HEX triplet: F9, 91 and D4. RGB value is (249,145,212). Sum of RGB (Red+Green+Blue) = 249+145+212=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 145 (57.03% from 255 or 23.93% from 606); Blue value is 212 (83.20% from 255 or 34.98% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F991D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F991D4 is #066E2B. Grayscale: #B7B7B7. Windows color (decimal): -421420 or 13931001. OLE color: 13931001.

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

Color convert

RGB 249 145 212 -
CMYK 0 0.42 0.15 0.02
HSL 321.35º 0.9% 0.77% -
HSV(B) 321.35º 0.42% 0.98% -
XYZ 61.08 45.14 67.78 -
YUV 183.73 143.96 174.55 -
System Red Green Blue C M Y K H S L
Decimal 249 145 212 0 0.42 0.15 0.02 321.35 0.9 0.77
Hex F9 91 D4 0 2A F 2 141 5A 4D
Octal 371 221 324 0 52 17 2 501 132 115
Binary 11111001 10010001 11010100 0 101010 1111 10 101000001 1011010 1001101

Color Harmonies of #F991D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F991D4

Black with #F991D4

Text Example


Text Example

White with #F991D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F991D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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