Html Css Color HEX #FC5C8F Brink Pink

📋 copy color: '#FC5C8F'

red 252 ◦ green 92 ◦ blue 143

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

Shades of Brink Pink #FC5C8F

Tints of Brink Pink #FC5C8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.36%

R = 51.75%
G = 18.89%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC5C8F (or 0xFC5C8F) is known color: Brink Pink. HEX triplet: FC, 5C and 8F. RGB value is (252,92,143). Sum of RGB (Red+Green+Blue) = 252+92+143=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 92 (36.33% from 255 or 18.89% from 487); Blue value is 143 (56.25% from 255 or 29.36% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5C8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5C8F is #03A370. Grayscale: #919191. Windows color (decimal): -238449 or 9395452. OLE color: 9395452.

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

Color convert

RGB 252 92 143 -
CMYK 0 0.63 0.43 0.01
HSL 340.88º 0.96% 0.67% -
HSV(B) 340.88º 0.63% 0.99% -
XYZ 48.93 30.33 29.26 -
YUV 145.65 126.51 203.85 -
System Red Green Blue C M Y K H S L
Decimal 252 92 143 0 0.63 0.43 0.01 340.88 0.96 0.67
Hex FC 5C 8F 0 3F 2B 1 155 60 43
Octal 374 134 217 0 77 53 1 525 140 103
Binary 11111100 1011100 10001111 0 111111 101011 1 101010101 1100000 1000011

Color Harmonies of #FC5C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5C8F

Black with #FC5C8F

Text Example


Text Example

White with #FC5C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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