Html Css Color HEX #F59FCC Carnation Pink

📋 copy color: '#F59FCC'

red 245 ◦ green 159 ◦ blue 204

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

Shades of Carnation Pink #F59FCC

Tints of Carnation Pink #F59FCC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.15%

 BLUE value IS 204 (80.08% from 255) = 33.55%

R = 40.3%
G = 26.15%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F59FCC (or 0xF59FCC) is known color: Carnation Pink. HEX triplet: F5, 9F and CC. RGB value is (245,159,204). Sum of RGB (Red+Green+Blue) = 245+159+204=608 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.30% from 608); Green value is 159 (62.5% from 255 or 26.15% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 245 - color contains mainly: red. Hex color #F59FCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59FCC is #0A6033. Grayscale: #BDBDBD. Windows color (decimal): -679988 or 13410293. OLE color: 13410293.

HSL color Cylindrical-coordinate representation of color #F59FCC: hue angle of 328.6º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F59FCC is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 159 204 -
CMYK 0 0.35 0.17 0.04
HSL 328.6º 0.81% 0.79% -
HSV(B) 328.6º 0.35% 0.96% -
XYZ 60.95 48.57 63.29 -
YUV 189.84 135.99 167.34 -
System Red Green Blue C M Y K H S L
Decimal 245 159 204 0 0.35 0.17 0.04 328.6 0.81 0.79
Hex F5 9F CC 0 23 11 4 149 51 4F
Octal 365 237 314 0 43 21 4 511 121 117
Binary 11110101 10011111 11001100 0 100011 10001 100 101001001 1010001 1001111

Color Harmonies of #F59FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59FCC

Black with #F59FCC

Text Example


Text Example

White with #F59FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59FCC; }

 p { color: rgb(245,159,204); }

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

background-color css

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

 a { background-color: rgb(245,159,204); }

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

border-color css

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

 span { border-color: rgb(245,159,204); }

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