Html Css Color HEX #FC647A Brink Pink

📋 copy color: '#FC647A'

red 252 ◦ green 100 ◦ blue 122

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

Shades of Brink Pink #FC647A

Tints of Brink Pink #FC647A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.1%

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

R = 53.16%
G = 21.1%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC647A (or 0xFC647A) is known color: Brink Pink. HEX triplet: FC, 64 and 7A. RGB value is (252,100,122). Sum of RGB (Red+Green+Blue) = 252+100+122=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC647A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC647A is #039B85. Grayscale: #949494. Windows color (decimal): -236422 or 8021244. OLE color: 8021244.

HSL color Cylindrical-coordinate representation of color #FC647A: hue angle of 351.32º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC647A is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 100 122 -
CMYK 0 0.60 0.52 0.01
HSL 351.32º 0.96% 0.69% -
HSV(B) 351.32º 0.6% 0.99% -
XYZ 48.21 31.21 21.9 -
YUV 147.96 113.36 202.21 -
System Red Green Blue C M Y K H S L
Decimal 252 100 122 0 0.60 0.52 0.01 351.32 0.96 0.69
Hex FC 64 7A 0 3C 34 1 15F 60 45
Octal 374 144 172 0 74 64 1 537 140 105
Binary 11111100 1100100 1111010 0 111100 110100 1 101011111 1100000 1000101

Color Harmonies of #FC647A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC647A

Black with #FC647A

Text Example


Text Example

White with #FC647A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC647A; }

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

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

background-color css

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

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

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

border-color css

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

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

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