Html Css Color HEX #FC747F Brink Pink

📋 copy color: '#FC747F'

red 252 ◦ green 116 ◦ blue 127

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

Shades of Brink Pink #FC747F

Tints of Brink Pink #FC747F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.43%

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

R = 50.91%
G = 23.43%
B = 25.66%

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

#FC747F (or 0xFC747F) is known color: Brink Pink. HEX triplet: FC, 74 and 7F. RGB value is (252,116,127). Sum of RGB (Red+Green+Blue) = 252+116+127=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC747F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC747F is #038B80. Grayscale: #9E9E9E. Windows color (decimal): -232321 or 8353020. OLE color: 8353020.

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

Color convert

RGB 252 116 127 -
CMYK 0 0.54 0.50 0.01
HSL 355.15º 0.96% 0.72% -
HSV(B) 355.15º 0.54% 0.99% -
XYZ 50.22 34.72 24.13 -
YUV 157.92 110.56 195.11 -
System Red Green Blue C M Y K H S L
Decimal 252 116 127 0 0.54 0.50 0.01 355.15 0.96 0.72
Hex FC 74 7F 0 36 32 1 163 60 48
Octal 374 164 177 0 66 62 1 543 140 110
Binary 11111100 1110100 1111111 0 110110 110010 1 101100011 1100000 1001000

Color Harmonies of #FC747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC747F

Black with #FC747F

Text Example


Text Example

White with #FC747F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC747F; }

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

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

background-color css

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

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

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

border-color css

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

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

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