#F75C8B

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

Shades of Brink Pink #F75C8B

Tints of Brink Pink #F75C8B

Color information

#F75C8B (or 0xF75C8B) is unknown color: approx Brink Pink. HEX triplet: F7, 5C and 8B. RGB value is (247,92,139). Sum of RGB (Red+Green+Blue) = 247+92+139=478 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.67% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75C8B is #08A374. Grayscale: #8F8F8F. Windows color (decimal): -566133 or 9133303. OLE color: 9133303.

HSL color Cylindrical-coordinate representation of color #F75C8B: hue angle of 341.81º 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 #F75C8B is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB24792139-
CMYK00.630.440.03
HSL341.81º90.64%66.47%-
HSV(B)341.81º62.75%96.86%-
XYZ46.8529.2927.61-
YUV143.7125.35201.68-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.67%
GREEN value IS 92 (36.33% from 255) = 19.25%
BLUE value IS 139 (54.69% from 255) = 29.08%
R=51.67%
G=19.25%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479213900.630.440.03341.8190.6466.47
HexF75C8B03F2C31565b42
Octal367134213077543526133102
Binary1111011110111001000101101111111011001110101011010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75C8B; }

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

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

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

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

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

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

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

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