Html Css Color HEX #F596D2 Lavender Rose

📋 copy color: '#F596D2'

red 245 ◦ green 150 ◦ blue 210

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

Shades of Lavender Rose #F596D2

Tints of Lavender Rose #F596D2

RGB

 RED value IS 245 (96.09% from 255) = 40.5%

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

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

R = 40.5%
G = 24.79%
B = 34.71%

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

#F596D2 (or 0xF596D2) is known color: Lavender Rose. HEX triplet: F5, 96 and D2. RGB value is (245,150,210). Sum of RGB (Red+Green+Blue) = 245+150+210=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 150 (58.98% from 255 or 24.79% from 605); Blue value is 210 (82.42% from 255 or 34.71% from 605); Max value from RGB is 245 - color contains mainly: red. Hex color #F596D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F596D2 is #0A692D. Grayscale: #B9B9B9. Windows color (decimal): -682286 or 13801205. OLE color: 13801205.

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

Color convert

RGB 245 150 210 -
CMYK 0 0.39 0.14 0.04
HSL 322.11º 0.83% 0.77% -
HSV(B) 322.11º 0.39% 0.96% -
XYZ 60.2 45.88 66.66 -
YUV 185.25 141.97 170.62 -
System Red Green Blue C M Y K H S L
Decimal 245 150 210 0 0.39 0.14 0.04 322.11 0.83 0.77
Hex F5 96 D2 0 27 E 4 142 53 4D
Octal 365 226 322 0 47 16 4 502 123 115
Binary 11110101 10010110 11010010 0 100111 1110 100 101000010 1010011 1001101

Color Harmonies of #F596D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F596D2

Black with #F596D2

Text Example


Text Example

White with #F596D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F596D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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