#F05A7B

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

Shades of Brink Pink #F05A7B

Tints of Brink Pink #F05A7B

Color information

#F05A7B (or 0xF05A7B) is unknown color: approx Brink Pink. HEX triplet: F0, 5A and 7B. RGB value is (240,90,123). Sum of RGB (Red+Green+Blue) = 240+90+123=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05A7B is #0FA584. Grayscale: #8A8A8A. Windows color (decimal): -1025413 or 8084208. OLE color: 8084208.

HSL color Cylindrical-coordinate representation of color #F05A7B: hue angle of 346.8º 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 #F05A7B is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB24090123-
CMYK00.620.490.06
HSL346.8º83.33%64.71%-
HSV(B)346.8º62.5%94.12%-
XYZ43.1727.2721.73-
YUV138.61119.2200.32-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.98%
GREEN value IS 90 (35.55% from 255) = 19.87%
BLUE value IS 123 (48.44% from 255) = 27.15%
R=52.98%
G=19.87%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409012300.620.490.06346.883.3364.71
HexF05A7B03E31615b5341
Octal360132173076616533123101
Binary1111000010110101111011011111011000111010101101110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05A7B; }

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

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

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

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

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

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

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

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