Html Css Color HEX #FC728C Brink Pink

📋 copy color: '#FC728C'

red 252 ◦ green 114 ◦ blue 140

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

Shades of Brink Pink #FC728C

Tints of Brink Pink #FC728C

RGB

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

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

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

R = 49.8%
G = 22.53%
B = 27.67%

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

#FC728C (or 0xFC728C) is known color: Brink Pink. HEX triplet: FC, 72 and 8C. RGB value is (252,114,140). Sum of RGB (Red+Green+Blue) = 252+114+140=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 114 (44.92% from 255 or 22.53% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC728C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC728C is #038D73. Grayscale: #9E9E9E. Windows color (decimal): -232820 or 9204476. OLE color: 9204476.

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

Color convert

RGB 252 114 140 -
CMYK 0 0.55 0.44 0.01
HSL 348.7º 0.96% 0.72% -
HSV(B) 348.7º 0.55% 0.99% -
XYZ 50.9 34.62 28.81 -
YUV 158.23 117.72 194.89 -
System Red Green Blue C M Y K H S L
Decimal 252 114 140 0 0.55 0.44 0.01 348.7 0.96 0.72
Hex FC 72 8C 0 37 2C 1 15D 60 48
Octal 374 162 214 0 67 54 1 535 140 110
Binary 11111100 1110010 10001100 0 110111 101100 1 101011101 1100000 1001000

Color Harmonies of #FC728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC728C

Black with #FC728C

Text Example


Text Example

White with #FC728C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC728C; }

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

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

background-color css

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

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

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

border-color css

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

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

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