Html Css Color HEX #FC728A Brink Pink

📋 copy color: '#FC728A'

red 252 ◦ green 114 ◦ blue 138

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

Shades of Brink Pink #FC728A

Tints of Brink Pink #FC728A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.38%

R = 50%
G = 22.62%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC728A (or 0xFC728A) is known color: Brink Pink. HEX triplet: FC, 72 and 8A. RGB value is (252,114,138). Sum of RGB (Red+Green+Blue) = 252+114+138=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC728A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC728A is #038D75. Grayscale: #9E9E9E. Windows color (decimal): -232822 or 9073404. OLE color: 9073404.

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

Color convert

RGB 252 114 138 -
CMYK 0 0.55 0.45 0.01
HSL 349.57º 0.96% 0.72% -
HSV(B) 349.57º 0.55% 0.99% -
XYZ 50.75 34.57 28.04 -
YUV 158 116.72 195.05 -
System Red Green Blue C M Y K H S L
Decimal 252 114 138 0 0.55 0.45 0.01 349.57 0.96 0.72
Hex FC 72 8A 0 37 2D 1 15E 60 48
Octal 374 162 212 0 67 55 1 536 140 110
Binary 11111100 1110010 10001010 0 110111 101101 1 101011110 1100000 1001000

Color Harmonies of #FC728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC728A

Black with #FC728A

Text Example


Text Example

White with #FC728A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC728A; }

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

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

background-color css

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

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

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

border-color css

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

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

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