Html Css Color HEX #F496D3 Lavender Rose

📋 copy color: '#F496D3'

red 244 ◦ green 150 ◦ blue 211

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

Shades of Lavender Rose #F496D3

Tints of Lavender Rose #F496D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.88%

R = 40.33%
G = 24.79%
B = 34.88%

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

#F496D3 (or 0xF496D3) is known color: Lavender Rose. HEX triplet: F4, 96 and D3. RGB value is (244,150,211). Sum of RGB (Red+Green+Blue) = 244+150+211=605 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.33% from 605); Green value is 150 (58.98% from 255 or 24.79% from 605); Blue value is 211 (82.81% from 255 or 34.88% from 605); Max value from RGB is 244 - color contains mainly: red. Hex color #F496D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F496D3 is #0B692C. Grayscale: #B8B8B8. Windows color (decimal): -747821 or 13866740. OLE color: 13866740.

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

Color convert

RGB 244 150 211 -
CMYK 0 0.39 0.14 0.04
HSL 321.06º 0.81% 0.77% -
HSV(B) 321.06º 0.39% 0.96% -
XYZ 59.97 45.75 67.3 -
YUV 185.06 142.64 170.04 -
System Red Green Blue C M Y K H S L
Decimal 244 150 211 0 0.39 0.14 0.04 321.06 0.81 0.77
Hex F4 96 D3 0 27 E 4 141 51 4D
Octal 364 226 323 0 47 16 4 501 121 115
Binary 11110100 10010110 11010011 0 100111 1110 100 101000001 1010001 1001101

Color Harmonies of #F496D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F496D3

Black with #F496D3

Text Example


Text Example

White with #F496D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F496D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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