Html Css Color HEX #F59DCF Lavender Pink

📋 copy color: '#F59DCF'

red 245 ◦ green 157 ◦ blue 207

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

Shades of Lavender Pink #F59DCF

Tints of Lavender Pink #F59DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.99%

R = 40.23%
G = 25.78%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F59DCF (or 0xF59DCF) is known color: Lavender Pink. HEX triplet: F5, 9D and CF. RGB value is (245,157,207). Sum of RGB (Red+Green+Blue) = 245+157+207=609 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.23% from 609); Green value is 157 (61.72% from 255 or 25.78% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 245 - color contains mainly: red. Hex color #F59DCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59DCF is #0A6230. Grayscale: #BCBCBC. Windows color (decimal): -680497 or 13606389. OLE color: 13606389.

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

Color convert

RGB 245 157 207 -
CMYK 0 0.36 0.16 0.04
HSL 325.91º 0.81% 0.79% -
HSV(B) 325.91º 0.36% 0.96% -
XYZ 60.98 48.03 65.09 -
YUV 189.01 138.15 167.93 -
System Red Green Blue C M Y K H S L
Decimal 245 157 207 0 0.36 0.16 0.04 325.91 0.81 0.79
Hex F5 9D CF 0 24 10 4 146 51 4F
Octal 365 235 317 0 44 20 4 506 121 117
Binary 11110101 10011101 11001111 0 100100 10000 100 101000110 1010001 1001111

Color Harmonies of #F59DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59DCF

Black with #F59DCF

Text Example


Text Example

White with #F59DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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