Html Css Color HEX #F59BD7 Lavender Rose

📋 copy color: '#F59BD7'

red 245 ◦ green 155 ◦ blue 215

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

Shades of Lavender Rose #F59BD7

Tints of Lavender Rose #F59BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.96%

R = 39.84%
G = 25.2%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F59BD7 (or 0xF59BD7) is known color: Lavender Rose. HEX triplet: F5, 9B and D7. RGB value is (245,155,215). Sum of RGB (Red+Green+Blue) = 245+155+215=615 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.84% from 615); Green value is 155 (60.94% from 255 or 25.20% from 615); Blue value is 215 (84.38% from 255 or 34.96% from 615); Max value from RGB is 245 - color contains mainly: red. Hex color #F59BD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59BD7 is #0A6428. Grayscale: #BCBCBC. Windows color (decimal): -681001 or 14130165. OLE color: 14130165.

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

Color convert

RGB 245 155 215 -
CMYK 0 0.37 0.12 0.04
HSL 320º 0.82% 0.78% -
HSV(B) 320º 0.37% 0.96% -
XYZ 61.64 47.76 70.26 -
YUV 188.75 142.82 168.12 -
System Red Green Blue C M Y K H S L
Decimal 245 155 215 0 0.37 0.12 0.04 320 0.82 0.78
Hex F5 9B D7 0 25 C 4 140 52 4E
Octal 365 233 327 0 45 14 4 500 122 116
Binary 11110101 10011011 11010111 0 100101 1100 100 101000000 1010010 1001110

Color Harmonies of #F59BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59BD7

Black with #F59BD7

Text Example


Text Example

White with #F59BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59BD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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