#F69FCC

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

Shades of Carnation Pink #F69FCC

Tints of Carnation Pink #F69FCC

Color information

#F69FCC (or 0xF69FCC) is unknown color: approx Carnation Pink. HEX triplet: F6, 9F and CC. RGB value is (246,159,204). Sum of RGB (Red+Green+Blue) = 246+159+204=609 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.39% from 609); Green value is 159 (62.5% from 255 or 26.11% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 246 - color contains mainly: red. Hex color #F69FCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69FCC is #096033. Grayscale: #BEBEBE. Windows color (decimal): -614452 or 13410294. OLE color: 13410294.

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

Color convert

RGB246159204-
CMYK00.350.170.04
HSL328.97º82.86%79.41%-
HSV(B)328.97º35.37%96.47%-
XYZ61.348.7563.31-
YUV190.14135.82167.84-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.39%
GREEN value IS 159 (62.5% from 255) = 26.11%
BLUE value IS 204 (80.08% from 255) = 33.50%
R=40.39%
G=26.11%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615920400.350.170.04328.9782.8679.41
HexF69FCC023114149534f
Octal366237314043214511123117
Binary11110110100111111100110001000111000110010100100110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69FCC; }

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

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

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

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

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

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

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

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