#F69EC7

Color #F69EC7 Carnation Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnation Pink #F69EC7

Tints of Carnation Pink #F69EC7

Color information

#F69EC7 (or 0xF69EC7) is unknown color: approx Carnation Pink. HEX triplet: F6, 9E and C7. RGB value is (246,158,199). Sum of RGB (Red+Green+Blue) = 246+158+199=603 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.80% from 603); Green value is 158 (62.11% from 255 or 26.20% from 603); Blue value is 199 (78.12% from 255 or 33.00% from 603); Max value from RGB is 246 - color contains mainly: red. Hex color #F69EC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69EC7 is #096138. Grayscale: #BCBCBC. Windows color (decimal): -614713 or 13082358. OLE color: 13082358.

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

Color convert

RGB246158199-
CMYK00.360.190.04
HSL332.05º83.02%79.22%-
HSV(B)332.05º35.77%96.47%-
XYZ60.5448.1760.14-
YUV188.99133.65168.67-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.80%
GREEN value IS 158 (62.11% from 255) = 26.20%
BLUE value IS 199 (78.12% from 255) = 33.00%
R=40.80%
G=26.20%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615819900.360.190.04332.0583.0279.22
HexF69EC702413414c534f
Octal366236307044234514123117
Binary11110110100111101100011101001001001110010100110010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69EC7; }

 p { color: rgb(246,158,199); }

 H1.HeaderClassName
 {
   color: #F69EC7;
 }
 .AnyTagClassName
 {
   color: #F69EC7;
 }
</style>
background-color css

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

 a { background-color: rgb(246,158,199); }

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

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

 span { border-color: rgb(246,158,199); }

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