Html Css Color HEX #FC5E8A Brink Pink

📋 copy color: '#FC5E8A'

red 252 ◦ green 94 ◦ blue 138

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

Shades of Brink Pink #FC5E8A

Tints of Brink Pink #FC5E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.51%

R = 52.07%
G = 19.42%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC5E8A (or 0xFC5E8A) is known color: Brink Pink. HEX triplet: FC, 5E and 8A. RGB value is (252,94,138). Sum of RGB (Red+Green+Blue) = 252+94+138=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5E8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5E8A is #03A175. Grayscale: #929292. Windows color (decimal): -237942 or 9068284. OLE color: 9068284.

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

Color convert

RGB 252 94 138 -
CMYK 0 0.63 0.45 0.01
HSL 343.29º 0.96% 0.68% -
HSV(B) 343.29º 0.63% 0.99% -
XYZ 48.74 30.54 27.37 -
YUV 146.26 123.35 203.42 -
System Red Green Blue C M Y K H S L
Decimal 252 94 138 0 0.63 0.45 0.01 343.29 0.96 0.68
Hex FC 5E 8A 0 3F 2D 1 157 60 44
Octal 374 136 212 0 77 55 1 527 140 104
Binary 11111100 1011110 10001010 0 111111 101101 1 101010111 1100000 1000100

Color Harmonies of #FC5E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5E8A

Black with #FC5E8A

Text Example


Text Example

White with #FC5E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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