Html Css Color HEX #FC737F Brink Pink

📋 copy color: '#FC737F'

red 252 ◦ green 115 ◦ blue 127

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

Shades of Brink Pink #FC737F

Tints of Brink Pink #FC737F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.28%

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

R = 51.01%
G = 23.28%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC737F (or 0xFC737F) is known color: Brink Pink. HEX triplet: FC, 73 and 7F. RGB value is (252,115,127). Sum of RGB (Red+Green+Blue) = 252+115+127=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 115 (45.31% from 255 or 23.28% from 494); Blue value is 127 (50% from 255 or 25.71% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FC737F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC737F is #038C80. Grayscale: #9D9D9D. Windows color (decimal): -232577 or 8352764. OLE color: 8352764.

HSL color Cylindrical-coordinate representation of color #FC737F: hue angle of 354.74º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FC737F is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 115 127 -
CMYK 0 0.54 0.50 0.01
HSL 354.74º 0.96% 0.72% -
HSV(B) 354.74º 0.54% 0.99% -
XYZ 50.11 34.49 24.09 -
YUV 157.33 110.89 195.52 -
System Red Green Blue C M Y K H S L
Decimal 252 115 127 0 0.54 0.50 0.01 354.74 0.96 0.72
Hex FC 73 7F 0 36 32 1 163 60 48
Octal 374 163 177 0 66 62 1 543 140 110
Binary 11111100 1110011 1111111 0 110110 110010 1 101100011 1100000 1001000

Color Harmonies of #FC737F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC737F

Black with #FC737F

Text Example


Text Example

White with #FC737F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC737F; }

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

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

background-color css

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

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

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

border-color css

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

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

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