Html Css Color HEX #FC6087 Brink Pink

📋 copy color: '#FC6087'

red 252 ◦ green 96 ◦ blue 135

#FC6087
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brink Pink #FC6087

Tints of Brink Pink #FC6087

RGB

 RED value IS 252 (98.83% from 255) = 52.17%

 GREEN value IS 96 (37.89% from 255) = 19.88%

 BLUE value IS 135 (53.13% from 255) = 27.95%

R = 52.17%
G = 19.88%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FC6087 (or 0xFC6087) is known color: Brink Pink. HEX triplet: FC, 60 and 87. RGB value is (252,96,135). Sum of RGB (Red+Green+Blue) = 252+96+135=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 135 (53.12% from 255 or 27.95% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6087 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6087 is #039F78. Grayscale: #939393. Windows color (decimal): -237433 or 8872188. OLE color: 8872188.

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

Color convert

RGB 252 96 135 -
CMYK 0 0.62 0.46 0.01
HSL 345º 0.96% 0.68% -
HSV(B) 345º 0.62% 0.99% -
XYZ 48.7 30.81 26.3 -
YUV 147.09 121.18 202.83 -
System Red Green Blue C M Y K H S L
Decimal 252 96 135 0 0.62 0.46 0.01 345 0.96 0.68
Hex FC 60 87 0 3E 2E 1 159 60 44
Octal 374 140 207 0 76 56 1 531 140 104
Binary 11111100 1100000 10000111 0 111110 101110 1 101011001 1100000 1000100

Color Harmonies of #FC6087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6087

Black with #FC6087

Text Example


Text Example

White with #FC6087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6087; }

 p { color: rgb(252,96,135); }

 H1.HeaderClassName
 {
   color: #FC6087;
 }
 .AnyTagClassName
 {
   color: #FC6087;
 }
</style>

background-color css

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

 a { background-color: rgb(252,96,135); }

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

border-color css

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

 span { border-color: rgb(252,96,135); }

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