Html Css Color HEX #F593DD Lavender Rose

📋 copy color: '#F593DD'

red 245 ◦ green 147 ◦ blue 221

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

Shades of Lavender Rose #F593DD

Tints of Lavender Rose #F593DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.05%

R = 39.97%
G = 23.98%
B = 36.05%

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

#F593DD (or 0xF593DD) is known color: Lavender Rose. HEX triplet: F5, 93 and DD. RGB value is (245,147,221). Sum of RGB (Red+Green+Blue) = 245+147+221=613 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.97% from 613); Green value is 147 (57.81% from 255 or 23.98% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 245 - color contains mainly: red. Hex color #F593DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F593DD is #0A6C22. Grayscale: #B8B8B8. Windows color (decimal): -683043 or 14521333. OLE color: 14521333.

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

Color convert

RGB 245 147 221 -
CMYK 0 0.4 0.10 0.04
HSL 314.69º 0.83% 0.77% -
HSV(B) 314.69º 0.4% 0.96% -
XYZ 61.14 45.5 73.97 -
YUV 184.74 148.47 170.98 -
System Red Green Blue C M Y K H S L
Decimal 245 147 221 0 0.4 0.10 0.04 314.69 0.83 0.77
Hex F5 93 DD 0 28 A 4 13B 53 4D
Octal 365 223 335 0 50 12 4 473 123 115
Binary 11110101 10010011 11011101 0 101000 1010 100 100111011 1010011 1001101

Color Harmonies of #F593DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F593DD

Black with #F593DD

Text Example


Text Example

White with #F593DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F593DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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