Html Css Color HEX #F59DCD Carnation Pink

📋 copy color: '#F59DCD'

red 245 ◦ green 157 ◦ blue 205

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

Shades of Carnation Pink #F59DCD

Tints of Carnation Pink #F59DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.77%

R = 40.36%
G = 25.86%
B = 33.77%

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

#F59DCD (or 0xF59DCD) is known color: Carnation Pink. HEX triplet: F5, 9D and CD. RGB value is (245,157,205). Sum of RGB (Red+Green+Blue) = 245+157+205=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 157 (61.72% from 255 or 25.86% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 245 - color contains mainly: red. Hex color #F59DCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59DCD is #0A6232. Grayscale: #BCBCBC. Windows color (decimal): -680499 or 13475317. OLE color: 13475317.

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

Color convert

RGB 245 157 205 -
CMYK 0 0.36 0.16 0.04
HSL 327.27º 0.81% 0.79% -
HSV(B) 327.27º 0.36% 0.96% -
XYZ 60.73 47.93 63.81 -
YUV 188.78 137.15 168.1 -
System Red Green Blue C M Y K H S L
Decimal 245 157 205 0 0.36 0.16 0.04 327.27 0.81 0.79
Hex F5 9D CD 0 24 10 4 147 51 4F
Octal 365 235 315 0 44 20 4 507 121 117
Binary 11110101 10011101 11001101 0 100100 10000 100 101000111 1010001 1001111

Color Harmonies of #F59DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59DCD

Black with #F59DCD

Text Example


Text Example

White with #F59DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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