#F05F7A

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

Shades of Brink Pink #F05F7A

Tints of Brink Pink #F05F7A

Color information

#F05F7A (or 0xF05F7A) is unknown color: approx Brink Pink. HEX triplet: F0, 5F and 7A. RGB value is (240,95,122). Sum of RGB (Red+Green+Blue) = 240+95+122=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 95 (37.5% from 255 or 20.79% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05F7A is #0FA085. Grayscale: #8D8D8D. Windows color (decimal): -1024134 or 8019952. OLE color: 8019952.

HSL color Cylindrical-coordinate representation of color #F05F7A: hue angle of 348.83º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F05F7A is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB24095122-
CMYK00.600.490.06
HSL348.83º82.86%65.69%-
HSV(B)348.83º60.42%94.12%-
XYZ43.5428.1121.54-
YUV141.43117.04198.3-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.52%
GREEN value IS 95 (37.5% from 255) = 20.79%
BLUE value IS 122 (48.05% from 255) = 26.70%
R=52.52%
G=20.79%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409512200.600.490.06348.8382.8665.69
HexF05F7A03C31615d5342
Octal360137172074616535123102
Binary1111000010111111111010011110011000111010101110110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05F7A; }

 p { color: rgb(240,95,122); }

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

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

 a { background-color: rgb(240,95,122); }

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

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

 span { border-color: rgb(240,95,122); }

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