#F05283

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

Shades of Dark Pink #F05283

Tints of Dark Pink #F05283

Color information

#F05283 (or 0xF05283) is unknown color: approx Dark Pink. HEX triplet: F0, 52 and 83. RGB value is (240,82,131). Sum of RGB (Red+Green+Blue) = 240+82+131=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F05283 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05283 is #0FAD7C. Grayscale: #868686. Windows color (decimal): -1027453 or 8606448. OLE color: 8606448.

HSL color Cylindrical-coordinate representation of color #F05283: hue angle of 341.39º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F05283 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB24082131-
CMYK00.660.450.06
HSL341.39º84.04%63.14%-
HSV(B)341.39º65.83%94.12%-
XYZ43.0526.224.26-
YUV134.83125.85203.02-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.98%
GREEN value IS 82 (32.42% from 255) = 18.10%
BLUE value IS 131 (51.56% from 255) = 28.92%
R=52.98%
G=18.10%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408213100.660.450.06341.3984.0463.14
HexF052830422D6155543f
Octal360122203010255652512477
Binary11110000101001010000011010000101011011101010101011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05283; }

 p { color: rgb(240,82,131); }

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

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

 a { background-color: rgb(240,82,131); }

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

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

 span { border-color: rgb(240,82,131); }

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