#F69EC5

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

Shades of Carnation Pink #F69EC5

Tints of Carnation Pink #F69EC5

Color information

#F69EC5 (or 0xF69EC5) is unknown color: approx Carnation Pink. HEX triplet: F6, 9E and C5. RGB value is (246,158,197). Sum of RGB (Red+Green+Blue) = 246+158+197=601 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.93% from 601); Green value is 158 (62.11% from 255 or 26.29% from 601); Blue value is 197 (77.34% from 255 or 32.78% from 601); Max value from RGB is 246 - color contains mainly: red. Hex color #F69EC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69EC5 is #09613A. Grayscale: #BCBCBC. Windows color (decimal): -614715 or 12951286. OLE color: 12951286.

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

Color convert

RGB246158197-
CMYK00.360.200.04
HSL333.41º83.02%79.22%-
HSV(B)333.41º35.77%96.47%-
XYZ60.3148.0858.92-
YUV188.76132.65168.83-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.93%
GREEN value IS 158 (62.11% from 255) = 26.29%
BLUE value IS 197 (77.34% from 255) = 32.78%
R=40.93%
G=26.29%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615819700.360.200.04333.4183.0279.22
HexF69EC502414414d534f
Octal366236305044244515123117
Binary11110110100111101100010101001001010010010100110110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69EC5; }

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

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

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

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

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

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

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

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