Html Css Color HEX #FC7487 Brink Pink

📋 copy color: '#FC7487'

red 252 ◦ green 116 ◦ blue 135

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

Shades of Brink Pink #FC7487

Tints of Brink Pink #FC7487

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.06%

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

R = 50.1%
G = 23.06%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FC7487 (or 0xFC7487) is known color: Brink Pink. HEX triplet: FC, 74 and 87. RGB value is (252,116,135). Sum of RGB (Red+Green+Blue) = 252+116+135=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 116 (45.70% from 255 or 23.06% from 503); Blue value is 135 (53.12% from 255 or 26.84% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7487 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7487 is #038B78. Grayscale: #9E9E9E. Windows color (decimal): -232313 or 8877308. OLE color: 8877308.

HSL color Cylindrical-coordinate representation of color #FC7487: hue angle of 351.62º 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 #FC7487 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 116 135 -
CMYK 0 0.54 0.46 0.01
HSL 351.62º 0.96% 0.72% -
HSV(B) 351.62º 0.54% 0.99% -
XYZ 50.76 34.94 26.99 -
YUV 158.83 114.56 194.46 -
System Red Green Blue C M Y K H S L
Decimal 252 116 135 0 0.54 0.46 0.01 351.62 0.96 0.72
Hex FC 74 87 0 36 2E 1 160 60 48
Octal 374 164 207 0 66 56 1 540 140 110
Binary 11111100 1110100 10000111 0 110110 101110 1 101100000 1100000 1001000

Color Harmonies of #FC7487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7487

Black with #FC7487

Text Example


Text Example

White with #FC7487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7487; }

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

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

background-color css

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

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

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

border-color css

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

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

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