Html Css Color HEX #F59DDB Lavender Rose

📋 copy color: '#F59DDB'

red 245 ◦ green 157 ◦ blue 219

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

Shades of Lavender Rose #F59DDB

Tints of Lavender Rose #F59DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.27%

R = 39.45%
G = 25.28%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F59DDB (or 0xF59DDB) is known color: Lavender Rose. HEX triplet: F5, 9D and DB. RGB value is (245,157,219). Sum of RGB (Red+Green+Blue) = 245+157+219=621 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.45% from 621); Green value is 157 (61.72% from 255 or 25.28% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 245 - color contains mainly: red. Hex color #F59DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59DDB is #0A6224. Grayscale: #BEBEBE. Windows color (decimal): -680485 or 14392821. OLE color: 14392821.

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

Color convert

RGB 245 157 219 -
CMYK 0 0.36 0.11 0.04
HSL 317.73º 0.81% 0.79% -
HSV(B) 317.73º 0.36% 0.96% -
XYZ 62.5 48.64 73.11 -
YUV 190.38 144.15 166.96 -
System Red Green Blue C M Y K H S L
Decimal 245 157 219 0 0.36 0.11 0.04 317.73 0.81 0.79
Hex F5 9D DB 0 24 B 4 13E 51 4F
Octal 365 235 333 0 44 13 4 476 121 117
Binary 11110101 10011101 11011011 0 100100 1011 100 100111110 1010001 1001111

Color Harmonies of #F59DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59DDB

Black with #F59DDB

Text Example


Text Example

White with #F59DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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