Html Css Color HEX #F992DE Lavender Rose

📋 copy color: '#F992DE'

red 249 ◦ green 146 ◦ blue 222

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

Shades of Lavender Rose #F992DE

Tints of Lavender Rose #F992DE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 23.66%

 BLUE value IS 222 (87.11% from 255) = 35.98%

R = 40.36%
G = 23.66%
B = 35.98%

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

#F992DE (or 0xF992DE) is known color: Lavender Rose. HEX triplet: F9, 92 and DE. RGB value is (249,146,222). Sum of RGB (Red+Green+Blue) = 249+146+222=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 146 (57.42% from 255 or 23.66% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 249 - color contains mainly: red. Hex color #F992DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F992DE is #066D21. Grayscale: #B9B9B9. Windows color (decimal): -421154 or 14586617. OLE color: 14586617.

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

Color convert

RGB 249 146 222 -
CMYK 0 0.41 0.11 0.02
HSL 315.73º 0.9% 0.77% -
HSV(B) 315.73º 0.41% 0.98% -
XYZ 62.53 45.97 74.68 -
YUV 185.46 148.62 173.32 -
System Red Green Blue C M Y K H S L
Decimal 249 146 222 0 0.41 0.11 0.02 315.73 0.9 0.77
Hex F9 92 DE 0 29 B 2 13C 5A 4D
Octal 371 222 336 0 51 13 2 474 132 115
Binary 11111001 10010010 11011110 0 101001 1011 10 100111100 1011010 1001101

Color Harmonies of #F992DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F992DE

Black with #F992DE

Text Example


Text Example

White with #F992DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F992DE; }

 p { color: rgb(249,146,222); }

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

background-color css

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

 a { background-color: rgb(249,146,222); }

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

border-color css

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

 span { border-color: rgb(249,146,222); }

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