Html Css Color HEX #F994DD Lavender Rose

📋 copy color: '#F994DD'

red 249 ◦ green 148 ◦ blue 221

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

Shades of Lavender Rose #F994DD

Tints of Lavender Rose #F994DD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 23.95%

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

R = 40.29%
G = 23.95%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F994DD (or 0xF994DD) is known color: Lavender Rose. HEX triplet: F9, 94 and DD. RGB value is (249,148,221). Sum of RGB (Red+Green+Blue) = 249+148+221=618 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.29% from 618); Green value is 148 (58.20% from 255 or 23.95% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 249 - color contains mainly: red. Hex color #F994DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F994DD is #066B22. Grayscale: #BABABA. Windows color (decimal): -420643 or 14521593. OLE color: 14521593.

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

Color convert

RGB 249 148 221 -
CMYK 0 0.41 0.11 0.02
HSL 316.63º 0.89% 0.78% -
HSV(B) 316.63º 0.41% 0.98% -
XYZ 62.71 46.54 74.08 -
YUV 186.52 147.46 172.56 -
System Red Green Blue C M Y K H S L
Decimal 249 148 221 0 0.41 0.11 0.02 316.63 0.89 0.78
Hex F9 94 DD 0 29 B 2 13D 59 4E
Octal 371 224 335 0 51 13 2 475 131 116
Binary 11111001 10010100 11011101 0 101001 1011 10 100111101 1011001 1001110

Color Harmonies of #F994DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F994DD

Black with #F994DD

Text Example


Text Example

White with #F994DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F994DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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