Html Css Color HEX #FC747A Brink Pink

📋 copy color: '#FC747A'

red 252 ◦ green 116 ◦ blue 122

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

Shades of Brink Pink #FC747A

Tints of Brink Pink #FC747A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.9%

R = 51.43%
G = 23.67%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC747A (or 0xFC747A) is known color: Brink Pink. HEX triplet: FC, 74 and 7A. RGB value is (252,116,122). Sum of RGB (Red+Green+Blue) = 252+116+122=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC747A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC747A is #038B85. Grayscale: #9D9D9D. Windows color (decimal): -232326 or 8025340. OLE color: 8025340.

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

Color convert

RGB 252 116 122 -
CMYK 0 0.54 0.52 0.01
HSL 357.35º 0.96% 0.72% -
HSV(B) 357.35º 0.54% 0.99% -
XYZ 49.9 34.59 22.46 -
YUV 157.35 108.06 195.51 -
System Red Green Blue C M Y K H S L
Decimal 252 116 122 0 0.54 0.52 0.01 357.35 0.96 0.72
Hex FC 74 7A 0 36 34 1 165 60 48
Octal 374 164 172 0 66 64 1 545 140 110
Binary 11111100 1110100 1111010 0 110110 110100 1 101100101 1100000 1001000

Color Harmonies of #FC747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC747A

Black with #FC747A

Text Example


Text Example

White with #FC747A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC747A; }

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

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

background-color css

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

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

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

border-color css

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

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

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