#F79AD0

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

Shades of Carnation Pink #F79AD0

Tints of Carnation Pink #F79AD0

Color information

#F79AD0 (or 0xF79AD0) is unknown color: approx Carnation Pink. HEX triplet: F7, 9A and D0. RGB value is (247,154,208). Sum of RGB (Red+Green+Blue) = 247+154+208=609 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.56% from 609); Green value is 154 (60.55% from 255 or 25.29% from 609); Blue value is 208 (81.64% from 255 or 34.15% from 609); Max value from RGB is 247 - color contains mainly: red. Hex color #F79AD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F79AD0 is #08652F. Grayscale: #BBBBBB. Windows color (decimal): -550192 or 13671159. OLE color: 13671159.

HSL color Cylindrical-coordinate representation of color #F79AD0: hue angle of 325.16º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F79AD0 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB247154208-
CMYK00.380.160.03
HSL325.16º85.32%78.63%-
HSV(B)325.16º37.65%96.86%-
XYZ61.347.4465.6-
YUV187.96139.31170.11-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.56%
GREEN value IS 154 (60.55% from 255) = 25.29%
BLUE value IS 208 (81.64% from 255) = 34.15%
R=40.56%
G=25.29%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24715420800.380.160.03325.1685.3278.63
HexF79AD0026103145554f
Octal367232320046203505125117
Binary1111011110011010110100000100110100001110100010110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F79AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F79AD0; }

 p { color: rgb(247,154,208); }

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

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

 a { background-color: rgb(247,154,208); }

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

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

 span { border-color: rgb(247,154,208); }

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