Html Css Color HEX #F596E5 Lavender Rose

📋 copy color: '#F596E5'

red 245 ◦ green 150 ◦ blue 229

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

Shades of Lavender Rose #F596E5

Tints of Lavender Rose #F596E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.7%

R = 39.26%
G = 24.04%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F596E5 (or 0xF596E5) is known color: Lavender Rose. HEX triplet: F5, 96 and E5. RGB value is (245,150,229). Sum of RGB (Red+Green+Blue) = 245+150+229=624 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.26% from 624); Green value is 150 (58.98% from 255 or 24.04% from 624); Blue value is 229 (89.84% from 255 or 36.70% from 624); Max value from RGB is 245 - color contains mainly: red. Hex color #F596E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F596E5 is #0A691A. Grayscale: #BBBBBB. Windows color (decimal): -682267 or 15046389. OLE color: 15046389.

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

Color convert

RGB 245 150 229 -
CMYK 0 0.39 0.07 0.04
HSL 310.11º 0.83% 0.77% -
HSV(B) 310.11º 0.39% 0.96% -
XYZ 62.71 46.88 79.87 -
YUV 187.41 151.47 169.08 -
System Red Green Blue C M Y K H S L
Decimal 245 150 229 0 0.39 0.07 0.04 310.11 0.83 0.77
Hex F5 96 E5 0 27 7 4 136 53 4D
Octal 365 226 345 0 47 7 4 466 123 115
Binary 11110101 10010110 11100101 0 100111 111 100 100110110 1010011 1001101

Color Harmonies of #F596E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F596E5

Black with #F596E5

Text Example


Text Example

White with #F596E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F596E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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