#F75C7C

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

Shades of Brink Pink #F75C7C

Tints of Brink Pink #F75C7C

Color information

#F75C7C (or 0xF75C7C) is unknown color: approx Brink Pink. HEX triplet: F7, 5C and 7C. RGB value is (247,92,124). Sum of RGB (Red+Green+Blue) = 247+92+124=463 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.35% from 463); Green value is 92 (36.33% from 255 or 19.87% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75C7C is #08A383. Grayscale: #8E8E8E. Windows color (decimal): -566148 or 8150263. OLE color: 8150263.

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

Color convert

RGB24792124-
CMYK00.630.500.03
HSL347.61º90.64%66.47%-
HSV(B)347.61º62.75%96.86%-
XYZ45.8228.8822.23-
YUV141.99117.85202.9-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 53.35%
GREEN value IS 92 (36.33% from 255) = 19.87%
BLUE value IS 124 (48.83% from 255) = 26.78%
R=53.35%
G=19.87%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.50
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479212400.630.500.03347.6190.6466.47
HexF75C7C03F32315c5b42
Octal367134174077623534133102
Binary111101111011100111110001111111100101110101110010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75C7C; }

 p { color: rgb(247,92,124); }

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

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

 a { background-color: rgb(247,92,124); }

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

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

 span { border-color: rgb(247,92,124); }

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