Html Css Color HEX #FC728F Brink Pink

📋 copy color: '#FC728F'

red 252 ◦ green 114 ◦ blue 143

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

Shades of Brink Pink #FC728F

Tints of Brink Pink #FC728F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.09%

R = 49.51%
G = 22.4%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC728F (or 0xFC728F) is known color: Brink Pink. HEX triplet: FC, 72 and 8F. RGB value is (252,114,143). Sum of RGB (Red+Green+Blue) = 252+114+143=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC728F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC728F is #038D70. Grayscale: #9E9E9E. Windows color (decimal): -232817 or 9401084. OLE color: 9401084.

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

Color convert

RGB 252 114 143 -
CMYK 0 0.55 0.43 0.01
HSL 347.39º 0.96% 0.72% -
HSV(B) 347.39º 0.55% 0.99% -
XYZ 51.12 34.71 29.99 -
YUV 158.57 119.22 194.64 -
System Red Green Blue C M Y K H S L
Decimal 252 114 143 0 0.55 0.43 0.01 347.39 0.96 0.72
Hex FC 72 8F 0 37 2B 1 15B 60 48
Octal 374 162 217 0 67 53 1 533 140 110
Binary 11111100 1110010 10001111 0 110111 101011 1 101011011 1100000 1001000

Color Harmonies of #FC728F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC728F

Black with #FC728F

Text Example


Text Example

White with #FC728F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC728F; }

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

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

background-color css

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

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

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

border-color css

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

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

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