#F798CA

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

Shades of Carnation Pink #F798CA

Tints of Carnation Pink #F798CA

Color information

#F798CA (or 0xF798CA) is unknown color: approx Carnation Pink. HEX triplet: F7, 98 and CA. RGB value is (247,152,202). Sum of RGB (Red+Green+Blue) = 247+152+202=601 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.10% from 601); Green value is 152 (59.77% from 255 or 25.29% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 247 - color contains mainly: red. Hex color #F798CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F798CA is #086735. Grayscale: #B9B9B9. Windows color (decimal): -550710 or 13277431. OLE color: 13277431.

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

Color convert

RGB247152202-
CMYK00.380.180.03
HSL328.42º85.59%78.24%-
HSV(B)328.42º38.46%96.86%-
XYZ60.2546.4961.68-
YUV186.1136.97171.43-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.10%
GREEN value IS 152 (59.77% from 255) = 25.29%
BLUE value IS 202 (79.30% from 255) = 33.61%
R=41.10%
G=25.29%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24715220200.380.180.03328.4285.5978.24
HexF798CA026123148564e
Octal367230312046223510126116
Binary1111011110011000110010100100110100101110100100010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F798CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F798CA; }

 p { color: rgb(247,152,202); }

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

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

 a { background-color: rgb(247,152,202); }

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

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

 span { border-color: rgb(247,152,202); }

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