Html Css Color HEX #F59DE5 Lavender Rose

📋 copy color: '#F59DE5'

red 245 ◦ green 157 ◦ blue 229

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

Shades of Lavender Rose #F59DE5

Tints of Lavender Rose #F59DE5

RGB

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

 GREEN value IS 157 (61.72% from 255) = 24.88%

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

R = 38.83%
G = 24.88%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F59DE5 (or 0xF59DE5) is known color: Lavender Rose. HEX triplet: F5, 9D and E5. RGB value is (245,157,229). Sum of RGB (Red+Green+Blue) = 245+157+229=631 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.83% from 631); Green value is 157 (61.72% from 255 or 24.88% from 631); Blue value is 229 (89.84% from 255 or 36.29% from 631); Max value from RGB is 245 - color contains mainly: red. Hex color #F59DE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59DE5 is #0A621A. Grayscale: #BFBFBF. Windows color (decimal): -680475 or 15048181. OLE color: 15048181.

HSL color Cylindrical-coordinate representation of color #F59DE5: hue angle of 310.91º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F59DE5 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 157 229 -
CMYK 0 0.36 0.07 0.04
HSL 310.91º 0.81% 0.79% -
HSV(B) 310.91º 0.36% 0.96% -
XYZ 63.86 49.18 80.26 -
YUV 191.52 149.15 166.15 -
System Red Green Blue C M Y K H S L
Decimal 245 157 229 0 0.36 0.07 0.04 310.91 0.81 0.79
Hex F5 9D E5 0 24 7 4 137 51 4F
Octal 365 235 345 0 44 7 4 467 121 117
Binary 11110101 10011101 11100101 0 100100 111 100 100110111 1010001 1001111

Color Harmonies of #F59DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59DE5

Black with #F59DE5

Text Example


Text Example

White with #F59DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59DE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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