Html Css Color HEX #F59BCC Carnation Pink

📋 copy color: '#F59BCC'

red 245 ◦ green 155 ◦ blue 204

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

Shades of Carnation Pink #F59BCC

Tints of Carnation Pink #F59BCC

RGB

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

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

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

R = 40.56%
G = 25.66%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F59BCC (or 0xF59BCC) is known color: Carnation Pink. HEX triplet: F5, 9B and CC. RGB value is (245,155,204). Sum of RGB (Red+Green+Blue) = 245+155+204=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 155 (60.94% from 255 or 25.66% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F59BCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59BCC is #0A6433. Grayscale: #BBBBBB. Windows color (decimal): -681012 or 13409269. OLE color: 13409269.

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

Color convert

RGB 245 155 204 -
CMYK 0 0.37 0.17 0.04
HSL 327.33º 0.82% 0.78% -
HSV(B) 327.33º 0.37% 0.96% -
XYZ 60.28 47.21 63.06 -
YUV 187.5 137.32 169.02 -
System Red Green Blue C M Y K H S L
Decimal 245 155 204 0 0.37 0.17 0.04 327.33 0.82 0.78
Hex F5 9B CC 0 25 11 4 147 52 4E
Octal 365 233 314 0 45 21 4 507 122 116
Binary 11110101 10011011 11001100 0 100101 10001 100 101000111 1010010 1001110

Color Harmonies of #F59BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59BCC

Black with #F59BCC

Text Example


Text Example

White with #F59BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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