Html Css Color HEX #FC5F8C Brink Pink

📋 copy color: '#FC5F8C'

red 252 ◦ green 95 ◦ blue 140

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

Shades of Brink Pink #FC5F8C

Tints of Brink Pink #FC5F8C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.51%

 BLUE value IS 140 (55.08% from 255) = 28.75%

R = 51.75%
G = 19.51%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC5F8C (or 0xFC5F8C) is known color: Brink Pink. HEX triplet: FC, 5F and 8C. RGB value is (252,95,140). Sum of RGB (Red+Green+Blue) = 252+95+140=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 95 (37.5% from 255 or 19.51% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5F8C is #03A073. Grayscale: #939393. Windows color (decimal): -237684 or 9199612. OLE color: 9199612.

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

Color convert

RGB 252 95 140 -
CMYK 0 0.62 0.44 0.01
HSL 342.8º 0.96% 0.68% -
HSV(B) 342.8º 0.62% 0.99% -
XYZ 48.97 30.77 28.17 -
YUV 147.07 124.01 202.84 -
System Red Green Blue C M Y K H S L
Decimal 252 95 140 0 0.62 0.44 0.01 342.8 0.96 0.68
Hex FC 5F 8C 0 3E 2C 1 157 60 44
Octal 374 137 214 0 76 54 1 527 140 104
Binary 11111100 1011111 10001100 0 111110 101100 1 101010111 1100000 1000100

Color Harmonies of #FC5F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5F8C

Black with #FC5F8C

Text Example


Text Example

White with #FC5F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5F8C; }

 p { color: rgb(252,95,140); }

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

background-color css

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

 a { background-color: rgb(252,95,140); }

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

border-color css

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

 span { border-color: rgb(252,95,140); }

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