#F24475

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

Shades of Dark Pink #F24475

Tints of Dark Pink #F24475

Color information

#F24475 (or 0xF24475) is unknown color: approx Dark Pink. HEX triplet: F2, 44 and 75. RGB value is (242,68,117). Sum of RGB (Red+Green+Blue) = 242+68+117=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 68 (26.95% from 255 or 15.93% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F24475 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24475 is #0DBB8A. Grayscale: #7D7D7D. Windows color (decimal): -899979 or 7685362. OLE color: 7685362.

HSL color Cylindrical-coordinate representation of color #F24475: hue angle of 343.1º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F24475 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB24268117-
CMYK00.720.520.05
HSL343.1º87%60.78%-
HSV(B)343.1º71.9%94.9%-
XYZ41.924.319.31-
YUV125.61123.15211.02-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 56.67%
GREEN value IS 68 (26.95% from 255) = 15.93%
BLUE value IS 117 (46.09% from 255) = 27.40%
R=56.67%
G=15.93%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2426811700.720.520.05343.18760.78
HexF24475048345157573d
Octal362104165011064552712775
Binary1111001010001001110101010010001101001011010101111010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24475; }

 p { color: rgb(242,68,117); }

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

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

 a { background-color: rgb(242,68,117); }

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

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

 span { border-color: rgb(242,68,117); }

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