Html Css Color HEX #FC5C7D Brink Pink

📋 copy color: '#FC5C7D'

red 252 ◦ green 92 ◦ blue 125

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

Shades of Brink Pink #FC5C7D

Tints of Brink Pink #FC5C7D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.62%

 BLUE value IS 125 (49.22% from 255) = 26.65%

R = 53.73%
G = 19.62%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC5C7D (or 0xFC5C7D) is known color: Brink Pink. HEX triplet: FC, 5C and 7D. RGB value is (252,92,125). Sum of RGB (Red+Green+Blue) = 252+92+125=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 92 (36.33% from 255 or 19.62% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5C7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5C7D is #03A382. Grayscale: #8F8F8F. Windows color (decimal): -238467 or 8215804. OLE color: 8215804.

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

Color convert

RGB 252 92 125 -
CMYK 0 0.63 0.50 0.01
HSL 347.63º 0.96% 0.67% -
HSV(B) 347.63º 0.63% 0.99% -
XYZ 47.67 29.83 22.65 -
YUV 143.6 117.51 205.32 -
System Red Green Blue C M Y K H S L
Decimal 252 92 125 0 0.63 0.50 0.01 347.63 0.96 0.67
Hex FC 5C 7D 0 3F 32 1 15C 60 43
Octal 374 134 175 0 77 62 1 534 140 103
Binary 11111100 1011100 1111101 0 111111 110010 1 101011100 1100000 1000011

Color Harmonies of #FC5C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5C7D

Black with #FC5C7D

Text Example


Text Example

White with #FC5C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5C7D; }

 p { color: rgb(252,92,125); }

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

background-color css

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

 a { background-color: rgb(252,92,125); }

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

border-color css

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

 span { border-color: rgb(252,92,125); }

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