#FC758C

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

Shades of Brink Pink #FC758C

Tints of Brink Pink #FC758C

Color information

#FC758C (or 0xFC758C) is unknown color: approx Brink Pink. HEX triplet: FC, 75 and 8C. RGB value is (252,117,140). Sum of RGB (Red+Green+Blue) = 252+117+140=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC758C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC758C is #038A73. Grayscale: #A0A0A0. Windows color (decimal): -232052 or 9205244. OLE color: 9205244.

HSL color Cylindrical-coordinate representation of color #FC758C: hue angle of 349.78º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FC758C is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB252117140-
CMYK00.540.440.01
HSL349.78º95.74%72.35%-
HSV(B)349.78º53.57%98.82%-
XYZ51.2435.3128.93-
YUV159.99116.73193.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.51%
GREEN value IS 117 (46.09% from 255) = 22.99%
BLUE value IS 140 (55.08% from 255) = 27.50%
R=49.51%
G=22.99%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211714000.540.440.01349.7895.7472.35
HexFC758C0362C115e6048
Octal374165214066541536140110
Binary111111001110101100011000110110101100110101111011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC758C; }

 p { color: rgb(252,117,140); }

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

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

 a { background-color: rgb(252,117,140); }

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

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

 span { border-color: rgb(252,117,140); }

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