Html Css Color HEX #F994D5 Lavender Rose

📋 copy color: '#F994D5'

red 249 ◦ green 148 ◦ blue 213

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

Shades of Lavender Rose #F994D5

Tints of Lavender Rose #F994D5

RGB

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

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

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

R = 40.82%
G = 24.26%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#F994D5 (or 0xF994D5) is known color: Lavender Rose. HEX triplet: F9, 94 and D5. RGB value is (249,148,213). Sum of RGB (Red+Green+Blue) = 249+148+213=610 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.82% from 610); Green value is 148 (58.20% from 255 or 24.26% from 610); Blue value is 213 (83.59% from 255 or 34.92% from 610); Max value from RGB is 249 - color contains mainly: red. Hex color #F994D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F994D5 is #066B2A. Grayscale: #B9B9B9. Windows color (decimal): -420651 or 13997305. OLE color: 13997305.

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

Color convert

RGB 249 148 213 -
CMYK 0 0.41 0.14 0.02
HSL 321.39º 0.89% 0.78% -
HSV(B) 321.39º 0.41% 0.98% -
XYZ 61.67 46.12 68.6 -
YUV 185.61 143.46 173.21 -
System Red Green Blue C M Y K H S L
Decimal 249 148 213 0 0.41 0.14 0.02 321.39 0.89 0.78
Hex F9 94 D5 0 29 E 2 141 59 4E
Octal 371 224 325 0 51 16 2 501 131 116
Binary 11111001 10010100 11010101 0 101001 1110 10 101000001 1011001 1001110

Color Harmonies of #F994D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F994D5

Black with #F994D5

Text Example


Text Example

White with #F994D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F994D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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