Html Css Color HEX #F990DA Lavender Rose

📋 copy color: '#F990DA'

red 249 ◦ green 144 ◦ blue 218

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

Shades of Lavender Rose #F990DA

Tints of Lavender Rose #F990DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.68%

R = 40.75%
G = 23.57%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F990DA (or 0xF990DA) is known color: Lavender Rose. HEX triplet: F9, 90 and DA. RGB value is (249,144,218). Sum of RGB (Red+Green+Blue) = 249+144+218=611 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.75% from 611); Green value is 144 (56.64% from 255 or 23.57% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 249 - color contains mainly: red. Hex color #F990DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F990DA is #066F25. Grayscale: #B7B7B7. Windows color (decimal): -421670 or 14323961. OLE color: 14323961.

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

Color convert

RGB 249 144 218 -
CMYK 0 0.42 0.12 0.02
HSL 317.71º 0.9% 0.77% -
HSV(B) 317.71º 0.42% 0.98% -
XYZ 61.7 45.15 71.79 -
YUV 183.83 147.29 174.48 -
System Red Green Blue C M Y K H S L
Decimal 249 144 218 0 0.42 0.12 0.02 317.71 0.9 0.77
Hex F9 90 DA 0 2A C 2 13E 5A 4D
Octal 371 220 332 0 52 14 2 476 132 115
Binary 11111001 10010000 11011010 0 101010 1100 10 100111110 1011010 1001101

Color Harmonies of #F990DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F990DA

Black with #F990DA

Text Example


Text Example

White with #F990DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F990DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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