#F75F7B

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

Shades of Brink Pink #F75F7B

Tints of Brink Pink #F75F7B

Color information

#F75F7B (or 0xF75F7B) is unknown color: approx Brink Pink. HEX triplet: F7, 5F and 7B. RGB value is (247,95,123). Sum of RGB (Red+Green+Blue) = 247+95+123=465 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.12% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 247 - color contains mainly: red. Hex color #F75F7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75F7B is #08A084. Grayscale: #8F8F8F. Windows color (decimal): -565381 or 8085495. OLE color: 8085495.

HSL color Cylindrical-coordinate representation of color #F75F7B: hue angle of 348.95º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F75F7B is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB24795123-
CMYK00.620.500.03
HSL348.95º90.48%67.06%-
HSV(B)348.95º61.54%96.86%-
XYZ46.0329.3921.99-
YUV143.64116.36201.72-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 53.12%
GREEN value IS 95 (37.5% from 255) = 20.43%
BLUE value IS 123 (48.44% from 255) = 26.45%
R=53.12%
G=20.43%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479512300.620.500.03348.9590.4867.06
HexF75F7B03E32315d5a43
Octal367137173076623535132103
Binary111101111011111111101101111101100101110101110110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75F7B; }

 p { color: rgb(247,95,123); }

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

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

 a { background-color: rgb(247,95,123); }

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

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

 span { border-color: rgb(247,95,123); }

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