Html Css Color HEX #F99FE2 Lavender Rose

📋 copy color: '#F99FE2'

red 249 ◦ green 159 ◦ blue 226

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

Shades of Lavender Rose #F99FE2

Tints of Lavender Rose #F99FE2

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.08%

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

R = 39.27%
G = 25.08%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#F99FE2 (or 0xF99FE2) is known color: Lavender Rose. HEX triplet: F9, 9F and E2. RGB value is (249,159,226). Sum of RGB (Red+Green+Blue) = 249+159+226=634 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.27% from 634); Green value is 159 (62.5% from 255 or 25.08% from 634); Blue value is 226 (88.67% from 255 or 35.65% from 634); Max value from RGB is 249 - color contains mainly: red. Hex color #F99FE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99FE2 is #06601D. Grayscale: #C1C1C1. Windows color (decimal): -417822 or 14852089. OLE color: 14852089.

HSL color Cylindrical-coordinate representation of color #F99FE2: hue angle of 315.33º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F99FE2 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 159 226 -
CMYK 0 0.36 0.09 0.02
HSL 315.33º 0.88% 0.8% -
HSV(B) 315.33º 0.36% 0.98% -
XYZ 65.19 50.43 78.25 -
YUV 193.55 146.32 167.55 -
System Red Green Blue C M Y K H S L
Decimal 249 159 226 0 0.36 0.09 0.02 315.33 0.88 0.8
Hex F9 9F E2 0 24 9 2 13B 58 50
Octal 371 237 342 0 44 11 2 473 130 120
Binary 11111001 10011111 11100010 0 100100 1001 10 100111011 1011000 1010000

Color Harmonies of #F99FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99FE2

Black with #F99FE2

Text Example


Text Example

White with #F99FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99FE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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