Html Css Color HEX #F59AED Lavender Rose

📋 copy color: '#F59AED'

red 245 ◦ green 154 ◦ blue 237

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

Shades of Lavender Rose #F59AED

Tints of Lavender Rose #F59AED

RGB

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

 GREEN value IS 154 (60.55% from 255) = 24.21%

 BLUE value IS 237 (92.97% from 255) = 37.26%

R = 38.52%
G = 24.21%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F59AED (or 0xF59AED) is known color: Lavender Rose. HEX triplet: F5, 9A and ED. RGB value is (245,154,237). Sum of RGB (Red+Green+Blue) = 245+154+237=636 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.52% from 636); Green value is 154 (60.55% from 255 or 24.21% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 245 - color contains mainly: red. Hex color #F59AED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F59AED is #0A6512. Grayscale: #BEBEBE. Windows color (decimal): -681235 or 15571701. OLE color: 15571701.

HSL color Cylindrical-coordinate representation of color #F59AED: hue angle of 305.27º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F59AED is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 154 237 -
CMYK 0 0.37 0.03 0.04
HSL 305.27º 0.82% 0.78% -
HSV(B) 305.27º 0.37% 0.96% -
XYZ 64.5 48.64 86.11 -
YUV 190.67 154.15 166.75 -
System Red Green Blue C M Y K H S L
Decimal 245 154 237 0 0.37 0.03 0.04 305.27 0.82 0.78
Hex F5 9A ED 0 25 3 4 131 52 4E
Octal 365 232 355 0 45 3 4 461 122 116
Binary 11110101 10011010 11101101 0 100101 11 100 100110001 1010010 1001110

Color Harmonies of #F59AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59AED

Black with #F59AED

Text Example


Text Example

White with #F59AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59AED; }

 p { color: rgb(245,154,237); }

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

background-color css

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

 a { background-color: rgb(245,154,237); }

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

border-color css

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

 span { border-color: rgb(245,154,237); }

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