Html Css Color HEX #F596EC Lavender Rose

📋 copy color: '#F596EC'

red 245 ◦ green 150 ◦ blue 236

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

Shades of Lavender Rose #F596EC

Tints of Lavender Rose #F596EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.4%

R = 38.83%
G = 23.77%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F596EC (or 0xF596EC) is known color: Lavender Rose. HEX triplet: F5, 96 and EC. RGB value is (245,150,236). Sum of RGB (Red+Green+Blue) = 245+150+236=631 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.83% from 631); Green value is 150 (58.98% from 255 or 23.77% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 245 - color contains mainly: red. Hex color #F596EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F596EC is #0A6913. Grayscale: #BBBBBB. Windows color (decimal): -682260 or 15505141. OLE color: 15505141.

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

Color convert

RGB 245 150 236 -
CMYK 0 0.39 0.04 0.04
HSL 305.68º 0.83% 0.77% -
HSV(B) 305.68º 0.39% 0.96% -
XYZ 63.7 47.28 85.13 -
YUV 188.21 154.97 168.51 -
System Red Green Blue C M Y K H S L
Decimal 245 150 236 0 0.39 0.04 0.04 305.68 0.83 0.77
Hex F5 96 EC 0 27 4 4 132 53 4D
Octal 365 226 354 0 47 4 4 462 123 115
Binary 11110101 10010110 11101100 0 100111 100 100 100110010 1010011 1001101

Color Harmonies of #F596EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F596EC

Black with #F596EC

Text Example


Text Example

White with #F596EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F596EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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