Html Css Color HEX #F99FF0 Lavender Rose

📋 copy color: '#F99FF0'

red 249 ◦ green 159 ◦ blue 240

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

Shades of Lavender Rose #F99FF0

Tints of Lavender Rose #F99FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.04%

R = 38.43%
G = 24.54%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F99FF0 (or 0xF99FF0) is known color: Lavender Rose. HEX triplet: F9, 9F and F0. RGB value is (249,159,240). Sum of RGB (Red+Green+Blue) = 249+159+240=648 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.43% from 648); Green value is 159 (62.5% from 255 or 24.54% from 648); Blue value is 240 (94.14% from 255 or 37.04% from 648); Max value from RGB is 249 - color contains mainly: red. Hex color #F99FF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99FF0 is #06600F. Grayscale: #C2C2C2. Windows color (decimal): -417808 or 15769593. OLE color: 15769593.

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

Color convert

RGB 249 159 240 -
CMYK 0 0.36 0.04 0.02
HSL 306º 0.88% 0.8% -
HSV(B) 306º 0.36% 0.98% -
XYZ 67.19 51.23 88.78 -
YUV 195.14 153.32 166.41 -
System Red Green Blue C M Y K H S L
Decimal 249 159 240 0 0.36 0.04 0.02 306 0.88 0.8
Hex F9 9F F0 0 24 4 2 132 58 50
Octal 371 237 360 0 44 4 2 462 130 120
Binary 11111001 10011111 11110000 0 100100 100 10 100110010 1011000 1010000

Color Harmonies of #F99FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99FF0

Black with #F99FF0

Text Example


Text Example

White with #F99FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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