Html Css Color HEX #FC5E7F Brink Pink

📋 copy color: '#FC5E7F'

red 252 ◦ green 94 ◦ blue 127

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

Shades of Brink Pink #FC5E7F

Tints of Brink Pink #FC5E7F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.87%

 BLUE value IS 127 (50% from 255) = 26.85%

R = 53.28%
G = 19.87%
B = 26.85%

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

#FC5E7F (or 0xFC5E7F) is known color: Brink Pink. HEX triplet: FC, 5E and 7F. RGB value is (252,94,127). Sum of RGB (Red+Green+Blue) = 252+94+127=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5E7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5E7F is #03A180. Grayscale: #919191. Windows color (decimal): -237953 or 8347388. OLE color: 8347388.

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

Color convert

RGB 252 94 127 -
CMYK 0 0.63 0.50 0.01
HSL 347.47º 0.96% 0.68% -
HSV(B) 347.47º 0.63% 0.99% -
XYZ 47.98 30.23 23.39 -
YUV 145 117.85 204.32 -
System Red Green Blue C M Y K H S L
Decimal 252 94 127 0 0.63 0.50 0.01 347.47 0.96 0.68
Hex FC 5E 7F 0 3F 32 1 15B 60 44
Octal 374 136 177 0 77 62 1 533 140 104
Binary 11111100 1011110 1111111 0 111111 110010 1 101011011 1100000 1000100

Color Harmonies of #FC5E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5E7F

Black with #FC5E7F

Text Example


Text Example

White with #FC5E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5E7F; }

 p { color: rgb(252,94,127); }

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

background-color css

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

 a { background-color: rgb(252,94,127); }

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

border-color css

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

 span { border-color: rgb(252,94,127); }

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