Html Css Color HEX #F593DF Lavender Rose

📋 copy color: '#F593DF'

red 245 ◦ green 147 ◦ blue 223

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

Shades of Lavender Rose #F593DF

Tints of Lavender Rose #F593DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.26%

R = 39.84%
G = 23.9%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F593DF (or 0xF593DF) is known color: Lavender Rose. HEX triplet: F5, 93 and DF. RGB value is (245,147,223). Sum of RGB (Red+Green+Blue) = 245+147+223=615 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.84% from 615); Green value is 147 (57.81% from 255 or 23.90% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 245 - color contains mainly: red. Hex color #F593DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F593DF is #0A6C20. Grayscale: #B8B8B8. Windows color (decimal): -683041 or 14652405. OLE color: 14652405.

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

Color convert

RGB 245 147 223 -
CMYK 0 0.4 0.09 0.04
HSL 313.47º 0.83% 0.77% -
HSV(B) 313.47º 0.4% 0.96% -
XYZ 61.41 45.61 75.38 -
YUV 184.97 149.47 170.82 -
System Red Green Blue C M Y K H S L
Decimal 245 147 223 0 0.4 0.09 0.04 313.47 0.83 0.77
Hex F5 93 DF 0 28 9 4 139 53 4D
Octal 365 223 337 0 50 11 4 471 123 115
Binary 11110101 10010011 11011111 0 101000 1001 100 100111001 1010011 1001101

Color Harmonies of #F593DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F593DF

Black with #F593DF

Text Example


Text Example

White with #F593DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F593DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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