Html Css Color HEX #F59ADC Lavender Rose

📋 copy color: '#F59ADC'

red 245 ◦ green 154 ◦ blue 220

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

Shades of Lavender Rose #F59ADC

Tints of Lavender Rose #F59ADC

RGB

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

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

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

R = 39.58%
G = 24.88%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F59ADC (or 0xF59ADC) is known color: Lavender Rose. HEX triplet: F5, 9A and DC. RGB value is (245,154,220). Sum of RGB (Red+Green+Blue) = 245+154+220=619 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.58% from 619); Green value is 154 (60.55% from 255 or 24.88% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 245 - color contains mainly: red. Hex color #F59ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59ADC is #0A6523. Grayscale: #BCBCBC. Windows color (decimal): -681252 or 14457589. OLE color: 14457589.

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

Color convert

RGB 245 154 220 -
CMYK 0 0.37 0.10 0.04
HSL 316.48º 0.82% 0.78% -
HSV(B) 316.48º 0.37% 0.96% -
XYZ 62.13 47.69 73.64 -
YUV 188.73 145.65 168.13 -
System Red Green Blue C M Y K H S L
Decimal 245 154 220 0 0.37 0.10 0.04 316.48 0.82 0.78
Hex F5 9A DC 0 25 A 4 13C 52 4E
Octal 365 232 334 0 45 12 4 474 122 116
Binary 11110101 10011010 11011100 0 100101 1010 100 100111100 1010010 1001110

Color Harmonies of #F59ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59ADC

Black with #F59ADC

Text Example


Text Example

White with #F59ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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