Html Css Color HEX #F59CCD Carnation Pink

📋 copy color: '#F59CCD'

red 245 ◦ green 156 ◦ blue 205

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

Shades of Carnation Pink #F59CCD

Tints of Carnation Pink #F59CCD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.74%

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

R = 40.43%
G = 25.74%
B = 33.83%

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

#F59CCD (or 0xF59CCD) is known color: Carnation Pink. HEX triplet: F5, 9C and CD. RGB value is (245,156,205). Sum of RGB (Red+Green+Blue) = 245+156+205=606 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.43% from 606); Green value is 156 (61.33% from 255 or 25.74% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 245 - color contains mainly: red. Hex color #F59CCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59CCD is #0A6332. Grayscale: #BCBCBC. Windows color (decimal): -680755 or 13475061. OLE color: 13475061.

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

Color convert

RGB 245 156 205 -
CMYK 0 0.36 0.16 0.04
HSL 326.97º 0.82% 0.79% -
HSV(B) 326.97º 0.36% 0.96% -
XYZ 60.56 47.6 63.75 -
YUV 188.2 137.49 168.52 -
System Red Green Blue C M Y K H S L
Decimal 245 156 205 0 0.36 0.16 0.04 326.97 0.82 0.79
Hex F5 9C CD 0 24 10 4 147 52 4F
Octal 365 234 315 0 44 20 4 507 122 117
Binary 11110101 10011100 11001101 0 100100 10000 100 101000111 1010010 1001111

Color Harmonies of #F59CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59CCD

Black with #F59CCD

Text Example


Text Example

White with #F59CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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