Html Css Color HEX #FC727F Brink Pink

📋 copy color: '#FC727F'

red 252 ◦ green 114 ◦ blue 127

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

Shades of Brink Pink #FC727F

Tints of Brink Pink #FC727F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.76%

R = 51.12%
G = 23.12%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC727F (or 0xFC727F) is known color: Brink Pink. HEX triplet: FC, 72 and 7F. RGB value is (252,114,127). Sum of RGB (Red+Green+Blue) = 252+114+127=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 114 (44.92% from 255 or 23.12% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FC727F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC727F is #038D80. Grayscale: #9C9C9C. Windows color (decimal): -232833 or 8352508. OLE color: 8352508.

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

Color convert

RGB 252 114 127 -
CMYK 0 0.55 0.50 0.01
HSL 354.35º 0.96% 0.72% -
HSV(B) 354.35º 0.55% 0.99% -
XYZ 49.99 34.26 24.06 -
YUV 156.74 111.22 195.94 -
System Red Green Blue C M Y K H S L
Decimal 252 114 127 0 0.55 0.50 0.01 354.35 0.96 0.72
Hex FC 72 7F 0 37 32 1 162 60 48
Octal 374 162 177 0 67 62 1 542 140 110
Binary 11111100 1110010 1111111 0 110111 110010 1 101100010 1100000 1001000

Color Harmonies of #FC727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC727F

Black with #FC727F

Text Example


Text Example

White with #FC727F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC727F; }

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

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

background-color css

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

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

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

border-color css

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

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

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