#F05A7F

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

Shades of Dark Pink #F05A7F

Tints of Dark Pink #F05A7F

Color information

#F05A7F (or 0xF05A7F) is unknown color: approx Dark Pink. HEX triplet: F0, 5A and 7F. RGB value is (240,90,127). Sum of RGB (Red+Green+Blue) = 240+90+127=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05A7F is #0FA580. Grayscale: #8B8B8B. Windows color (decimal): -1025409 or 8346352. OLE color: 8346352.

HSL color Cylindrical-coordinate representation of color #F05A7F: hue angle of 345.2º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05A7F is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB24090127-
CMYK00.620.470.06
HSL345.2º83.33%64.71%-
HSV(B)345.2º62.5%94.12%-
XYZ43.4227.3723.07-
YUV139.07121.2199.99-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.52%
GREEN value IS 90 (35.55% from 255) = 19.69%
BLUE value IS 127 (50% from 255) = 27.79%
R=52.52%
G=19.69%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409012700.620.470.06345.283.3364.71
HexF05A7F03E2F61595341
Octal360132177076576531123101
Binary1111000010110101111111011111010111111010101100110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05A7F; }

 p { color: rgb(240,90,127); }

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

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

 a { background-color: rgb(240,90,127); }

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

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

 span { border-color: rgb(240,90,127); }

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