Html Css Color HEX #FC5E7E Brink Pink

📋 copy color: '#FC5E7E'

red 252 ◦ green 94 ◦ blue 126

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

Shades of Brink Pink #FC5E7E

Tints of Brink Pink #FC5E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.69%

R = 53.39%
G = 19.92%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.5

 K value IS 0.01

RGB Variations

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

Color information

#FC5E7E (or 0xFC5E7E) is known color: Brink Pink. HEX triplet: FC, 5E and 7E. RGB value is (252,94,126). Sum of RGB (Red+Green+Blue) = 252+94+126=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 94 (37.11% from 255 or 19.92% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5E7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5E7E is #03A181. Grayscale: #909090. Windows color (decimal): -237954 or 8281852. OLE color: 8281852.

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

Color convert

RGB 252 94 126 -
CMYK 0 0.63 0.5 0.01
HSL 347.85º 0.96% 0.68% -
HSV(B) 347.85º 0.63% 0.99% -
XYZ 47.91 30.21 23.04 -
YUV 144.89 117.35 204.4 -
System Red Green Blue C M Y K H S L
Decimal 252 94 126 0 0.63 0.5 0.01 347.85 0.96 0.68
Hex FC 5E 7E 0 3F 32 1 15C 60 44
Octal 374 136 176 0 77 62 1 534 140 104
Binary 11111100 1011110 1111110 0 111111 110010 1 101011100 1100000 1000100

Color Harmonies of #FC5E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5E7E

Black with #FC5E7E

Text Example


Text Example

White with #FC5E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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