Html Css Color HEX #F990D5 Lavender Rose

📋 copy color: '#F990D5'

red 249 ◦ green 144 ◦ blue 213

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

Shades of Lavender Rose #F990D5

Tints of Lavender Rose #F990D5

RGB

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

 GREEN value IS 144 (56.64% from 255) = 23.76%

 BLUE value IS 213 (83.59% from 255) = 35.15%

R = 41.09%
G = 23.76%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#F990D5 (or 0xF990D5) is known color: Lavender Rose. HEX triplet: F9, 90 and D5. RGB value is (249,144,213). Sum of RGB (Red+Green+Blue) = 249+144+213=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 144 (56.64% from 255 or 23.76% from 606); Blue value is 213 (83.59% from 255 or 35.15% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F990D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F990D5 is #066F2A. Grayscale: #B7B7B7. Windows color (decimal): -421675 or 13996281. OLE color: 13996281.

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

Color convert

RGB 249 144 213 -
CMYK 0 0.42 0.14 0.02
HSL 320.57º 0.9% 0.77% -
HSV(B) 320.57º 0.42% 0.98% -
XYZ 61.05 44.89 68.4 -
YUV 183.26 144.79 174.89 -
System Red Green Blue C M Y K H S L
Decimal 249 144 213 0 0.42 0.14 0.02 320.57 0.9 0.77
Hex F9 90 D5 0 2A E 2 141 5A 4D
Octal 371 220 325 0 52 16 2 501 132 115
Binary 11111001 10010000 11010101 0 101010 1110 10 101000001 1011010 1001101

Color Harmonies of #F990D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F990D5

Black with #F990D5

Text Example


Text Example

White with #F990D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F990D5; }

 p { color: rgb(249,144,213); }

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

background-color css

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

 a { background-color: rgb(249,144,213); }

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

border-color css

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

 span { border-color: rgb(249,144,213); }

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