#F24F7A

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

Shades of Dark Pink #F24F7A

Tints of Dark Pink #F24F7A

Color information

#F24F7A (or 0xF24F7A) is unknown color: approx Dark Pink. HEX triplet: F2, 4F and 7A. RGB value is (242,79,122). Sum of RGB (Red+Green+Blue) = 242+79+122=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F24F7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24F7A is #0DB085. Grayscale: #848484. Windows color (decimal): -897158 or 8015858. OLE color: 8015858.

HSL color Cylindrical-coordinate representation of color #F24F7A: hue angle of 344.17º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F24F7A is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB24279122-
CMYK00.670.500.05
HSL344.17º86.24%62.94%-
HSV(B)344.17º67.36%94.9%-
XYZ42.9325.8721.14-
YUV132.64122206-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.63%
GREEN value IS 79 (31.25% from 255) = 17.83%
BLUE value IS 122 (48.05% from 255) = 27.54%
R=54.63%
G=17.83%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427912200.670.500.05344.1786.2462.94
HexF24F7A043325158563f
Octal362117172010362553012677
Binary1111001010011111111010010000111100101011010110001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24F7A; }

 p { color: rgb(242,79,122); }

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

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

 a { background-color: rgb(242,79,122); }

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

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

 span { border-color: rgb(242,79,122); }

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