Html Css Color HEX #F496D2 Lavender Rose

📋 copy color: '#F496D2'

red 244 ◦ green 150 ◦ blue 210

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

Shades of Lavender Rose #F496D2

Tints of Lavender Rose #F496D2

RGB

 RED value IS 244 (95.7% from 255) = 40.4%

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

 BLUE value IS 210 (82.42% from 255) = 34.77%

R = 40.4%
G = 24.83%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F496D2 (or 0xF496D2) is known color: Lavender Rose. HEX triplet: F4, 96 and D2. RGB value is (244,150,210). Sum of RGB (Red+Green+Blue) = 244+150+210=604 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.40% from 604); Green value is 150 (58.98% from 255 or 24.83% from 604); Blue value is 210 (82.42% from 255 or 34.77% from 604); Max value from RGB is 244 - color contains mainly: red. Hex color #F496D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F496D2 is #0B692D. Grayscale: #B8B8B8. Windows color (decimal): -747822 or 13801204. OLE color: 13801204.

HSL color Cylindrical-coordinate representation of color #F496D2: hue angle of 321.7º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F496D2 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 150 210 -
CMYK 0 0.39 0.14 0.04
HSL 321.7º 0.81% 0.77% -
HSV(B) 321.7º 0.39% 0.96% -
XYZ 59.85 45.7 66.64 -
YUV 184.95 142.14 170.12 -
System Red Green Blue C M Y K H S L
Decimal 244 150 210 0 0.39 0.14 0.04 321.7 0.81 0.77
Hex F4 96 D2 0 27 E 4 142 51 4D
Octal 364 226 322 0 47 16 4 502 121 115
Binary 11110100 10010110 11010010 0 100111 1110 100 101000010 1010001 1001101

Color Harmonies of #F496D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F496D2

Black with #F496D2

Text Example


Text Example

White with #F496D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F496D2; }

 p { color: rgb(244,150,210); }

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

background-color css

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

 a { background-color: rgb(244,150,210); }

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

border-color css

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

 span { border-color: rgb(244,150,210); }

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