Html Css Color HEX #FC728D Brink Pink

📋 copy color: '#FC728D'

red 252 ◦ green 114 ◦ blue 141

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

Shades of Brink Pink #FC728D

Tints of Brink Pink #FC728D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.49%

 BLUE value IS 141 (55.47% from 255) = 27.81%

R = 49.7%
G = 22.49%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC728D (or 0xFC728D) is known color: Brink Pink. HEX triplet: FC, 72 and 8D. RGB value is (252,114,141). Sum of RGB (Red+Green+Blue) = 252+114+141=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FC728D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC728D is #038D72. Grayscale: #9E9E9E. Windows color (decimal): -232819 or 9270012. OLE color: 9270012.

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

Color convert

RGB 252 114 141 -
CMYK 0 0.55 0.44 0.01
HSL 348.26º 0.96% 0.72% -
HSV(B) 348.26º 0.55% 0.99% -
XYZ 50.97 34.65 29.2 -
YUV 158.34 118.22 194.8 -
System Red Green Blue C M Y K H S L
Decimal 252 114 141 0 0.55 0.44 0.01 348.26 0.96 0.72
Hex FC 72 8D 0 37 2C 1 15C 60 48
Octal 374 162 215 0 67 54 1 534 140 110
Binary 11111100 1110010 10001101 0 110111 101100 1 101011100 1100000 1001000

Color Harmonies of #FC728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC728D

Black with #FC728D

Text Example


Text Example

White with #FC728D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC728D; }

 p { color: rgb(252,114,141); }

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

background-color css

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

 a { background-color: rgb(252,114,141); }

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

border-color css

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

 span { border-color: rgb(252,114,141); }

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