Html Css Color HEX #FC728E Brink Pink

📋 copy color: '#FC728E'

red 252 ◦ green 114 ◦ blue 142

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

Shades of Brink Pink #FC728E

Tints of Brink Pink #FC728E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.95%

R = 49.61%
G = 22.44%
B = 27.95%

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

#FC728E (or 0xFC728E) is known color: Brink Pink. HEX triplet: FC, 72 and 8E. RGB value is (252,114,142). Sum of RGB (Red+Green+Blue) = 252+114+142=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 114 (44.92% from 255 or 22.44% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FC728E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC728E is #038D71. Grayscale: #9E9E9E. Windows color (decimal): -232818 or 9335548. OLE color: 9335548.

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

Color convert

RGB 252 114 142 -
CMYK 0 0.55 0.44 0.01
HSL 347.83º 0.96% 0.72% -
HSV(B) 347.83º 0.55% 0.99% -
XYZ 51.04 34.68 29.6 -
YUV 158.45 118.72 194.72 -
System Red Green Blue C M Y K H S L
Decimal 252 114 142 0 0.55 0.44 0.01 347.83 0.96 0.72
Hex FC 72 8E 0 37 2C 1 15C 60 48
Octal 374 162 216 0 67 54 1 534 140 110
Binary 11111100 1110010 10001110 0 110111 101100 1 101011100 1100000 1001000

Color Harmonies of #FC728E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC728E

Black with #FC728E

Text Example


Text Example

White with #FC728E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC728E; }

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

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

background-color css

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

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

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

border-color css

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

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

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