Html Css Color HEX #F992E2 Lavender Rose

📋 copy color: '#F992E2'

red 249 ◦ green 146 ◦ blue 226

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

Shades of Lavender Rose #F992E2

Tints of Lavender Rose #F992E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 36.39%

R = 40.1%
G = 23.51%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#F992E2 (or 0xF992E2) is known color: Lavender Rose. HEX triplet: F9, 92 and E2. RGB value is (249,146,226). Sum of RGB (Red+Green+Blue) = 249+146+226=621 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.10% from 621); Green value is 146 (57.42% from 255 or 23.51% from 621); Blue value is 226 (88.67% from 255 or 36.39% from 621); Max value from RGB is 249 - color contains mainly: red. Hex color #F992E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F992E2 is #066D1D. Grayscale: #B9B9B9. Windows color (decimal): -421150 or 14848761. OLE color: 14848761.

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

Color convert

RGB 249 146 226 -
CMYK 0 0.41 0.09 0.02
HSL 313.4º 0.9% 0.77% -
HSV(B) 313.4º 0.41% 0.98% -
XYZ 63.07 46.19 77.54 -
YUV 185.92 150.62 173 -
System Red Green Blue C M Y K H S L
Decimal 249 146 226 0 0.41 0.09 0.02 313.4 0.9 0.77
Hex F9 92 E2 0 29 9 2 139 5A 4D
Octal 371 222 342 0 51 11 2 471 132 115
Binary 11111001 10010010 11100010 0 101001 1001 10 100111001 1011010 1001101

Color Harmonies of #F992E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F992E2

Black with #F992E2

Text Example


Text Example

White with #F992E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F992E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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