Html Css Color HEX #F59EC2 Carnation Pink

📋 copy color: '#F59EC2'

red 245 ◦ green 158 ◦ blue 194

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

Shades of Carnation Pink #F59EC2

Tints of Carnation Pink #F59EC2

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.47%

 BLUE value IS 194 (76.17% from 255) = 32.5%

R = 41.04%
G = 26.47%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F59EC2 (or 0xF59EC2) is known color: Carnation Pink. HEX triplet: F5, 9E and C2. RGB value is (245,158,194). Sum of RGB (Red+Green+Blue) = 245+158+194=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 158 (62.11% from 255 or 26.47% from 597); Blue value is 194 (76.17% from 255 or 32.50% from 597); Max value from RGB is 245 - color contains mainly: red. Hex color #F59EC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59EC2 is #0A613D. Grayscale: #BCBCBC. Windows color (decimal): -680254 or 12754677. OLE color: 12754677.

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

Color convert

RGB 245 158 194 -
CMYK 0 0.36 0.21 0.04
HSL 335.17º 0.81% 0.79% -
HSV(B) 335.17º 0.36% 0.96% -
XYZ 59.62 47.76 57.12 -
YUV 188.12 131.32 168.57 -
System Red Green Blue C M Y K H S L
Decimal 245 158 194 0 0.36 0.21 0.04 335.17 0.81 0.79
Hex F5 9E C2 0 24 15 4 14F 51 4F
Octal 365 236 302 0 44 25 4 517 121 117
Binary 11110101 10011110 11000010 0 100100 10101 100 101001111 1010001 1001111

Color Harmonies of #F59EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59EC2

Black with #F59EC2

Text Example


Text Example

White with #F59EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59EC2; }

 p { color: rgb(245,158,194); }

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

background-color css

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

 a { background-color: rgb(245,158,194); }

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

border-color css

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

 span { border-color: rgb(245,158,194); }

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