Html Css Color HEX #F593DC Lavender Rose

📋 copy color: '#F593DC'

red 245 ◦ green 147 ◦ blue 220

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

Shades of Lavender Rose #F593DC

Tints of Lavender Rose #F593DC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.02%

 BLUE value IS 220 (86.33% from 255) = 35.95%

R = 40.03%
G = 24.02%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F593DC (or 0xF593DC) is known color: Lavender Rose. HEX triplet: F5, 93 and DC. RGB value is (245,147,220). Sum of RGB (Red+Green+Blue) = 245+147+220=612 (81% of max value = 765). Red value is 245 (96.09% from 255 or 40.03% from 612); Green value is 147 (57.81% from 255 or 24.02% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 245 - color contains mainly: red. Hex color #F593DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F593DC is #0A6C23. Grayscale: #B8B8B8. Windows color (decimal): -683044 or 14455797. OLE color: 14455797.

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

Color convert

RGB 245 147 220 -
CMYK 0 0.4 0.10 0.04
HSL 315.31º 0.83% 0.77% -
HSV(B) 315.31º 0.4% 0.96% -
XYZ 61.01 45.45 73.27 -
YUV 184.62 147.97 171.06 -
System Red Green Blue C M Y K H S L
Decimal 245 147 220 0 0.4 0.10 0.04 315.31 0.83 0.77
Hex F5 93 DC 0 28 A 4 13B 53 4D
Octal 365 223 334 0 50 12 4 473 123 115
Binary 11110101 10010011 11011100 0 101000 1010 100 100111011 1010011 1001101

Color Harmonies of #F593DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F593DC

Black with #F593DC

Text Example


Text Example

White with #F593DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F593DC; }

 p { color: rgb(245,147,220); }

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

background-color css

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

 a { background-color: rgb(245,147,220); }

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

border-color css

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

 span { border-color: rgb(245,147,220); }

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