Html Css Color HEX #F59BD2 Lavender Rose

📋 copy color: '#F59BD2'

red 245 ◦ green 155 ◦ blue 210

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

Shades of Lavender Rose #F59BD2

Tints of Lavender Rose #F59BD2

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.41%

 BLUE value IS 210 (82.42% from 255) = 34.43%

R = 40.16%
G = 25.41%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F59BD2 (or 0xF59BD2) is known color: Lavender Rose. HEX triplet: F5, 9B and D2. RGB value is (245,155,210). Sum of RGB (Red+Green+Blue) = 245+155+210=610 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.16% from 610); Green value is 155 (60.94% from 255 or 25.41% from 610); Blue value is 210 (82.42% from 255 or 34.43% from 610); Max value from RGB is 245 - color contains mainly: red. Hex color #F59BD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59BD2 is #0A642D. Grayscale: #BCBCBC. Windows color (decimal): -681006 or 13802485. OLE color: 13802485.

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

Color convert

RGB 245 155 210 -
CMYK 0 0.37 0.14 0.04
HSL 323.33º 0.82% 0.78% -
HSV(B) 323.33º 0.37% 0.96% -
XYZ 61.01 47.51 66.93 -
YUV 188.18 140.32 168.53 -
System Red Green Blue C M Y K H S L
Decimal 245 155 210 0 0.37 0.14 0.04 323.33 0.82 0.78
Hex F5 9B D2 0 25 E 4 143 52 4E
Octal 365 233 322 0 45 16 4 503 122 116
Binary 11110101 10011011 11010010 0 100101 1110 100 101000011 1010010 1001110

Color Harmonies of #F59BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59BD2

Black with #F59BD2

Text Example


Text Example

White with #F59BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59BD2; }

 p { color: rgb(245,155,210); }

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

background-color css

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

 a { background-color: rgb(245,155,210); }

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

border-color css

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

 span { border-color: rgb(245,155,210); }

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