Html Css Color HEX #F996F0 Lavender Rose

📋 copy color: '#F996F0'

red 249 ◦ green 150 ◦ blue 240

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

Shades of Lavender Rose #F996F0

Tints of Lavender Rose #F996F0

RGB

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

 GREEN value IS 150 (58.98% from 255) = 23.47%

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

R = 38.97%
G = 23.47%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F996F0 (or 0xF996F0) is known color: Lavender Rose. HEX triplet: F9, 96 and F0. RGB value is (249,150,240). Sum of RGB (Red+Green+Blue) = 249+150+240=639 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.97% from 639); Green value is 150 (58.98% from 255 or 23.47% from 639); Blue value is 240 (94.14% from 255 or 37.56% from 639); Max value from RGB is 249 - color contains mainly: red. Hex color #F996F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F996F0 is #06690F. Grayscale: #BDBDBD. Windows color (decimal): -420112 or 15767289. OLE color: 15767289.

HSL color Cylindrical-coordinate representation of color #F996F0: hue angle of 305.45º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F996F0 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 150 240 -
CMYK 0 0.40 0.04 0.02
HSL 305.45º 0.89% 0.78% -
HSV(B) 305.45º 0.4% 0.98% -
XYZ 65.7 48.24 88.29 -
YUV 189.86 156.3 170.18 -
System Red Green Blue C M Y K H S L
Decimal 249 150 240 0 0.40 0.04 0.02 305.45 0.89 0.78
Hex F9 96 F0 0 28 4 2 131 59 4E
Octal 371 226 360 0 50 4 2 461 131 116
Binary 11111001 10010110 11110000 0 101000 100 10 100110001 1011001 1001110

Color Harmonies of #F996F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F996F0

Black with #F996F0

Text Example


Text Example

White with #F996F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F996F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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