Html Css Color HEX #FC648D Brink Pink

📋 copy color: '#FC648D'

red 252 ◦ green 100 ◦ blue 141

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

Shades of Brink Pink #FC648D

Tints of Brink Pink #FC648D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.6%

R = 51.12%
G = 20.28%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC648D (or 0xFC648D) is known color: Brink Pink. HEX triplet: FC, 64 and 8D. RGB value is (252,100,141). Sum of RGB (Red+Green+Blue) = 252+100+141=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 100 (39.45% from 255 or 20.28% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FC648D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC648D is #039B72. Grayscale: #969696. Windows color (decimal): -236403 or 9266428. OLE color: 9266428.

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

Color convert

RGB 252 100 141 -
CMYK 0 0.60 0.44 0.01
HSL 343.82º 0.96% 0.69% -
HSV(B) 343.82º 0.6% 0.99% -
XYZ 49.51 31.73 28.71 -
YUV 150.12 122.86 200.67 -
System Red Green Blue C M Y K H S L
Decimal 252 100 141 0 0.60 0.44 0.01 343.82 0.96 0.69
Hex FC 64 8D 0 3C 2C 1 158 60 45
Octal 374 144 215 0 74 54 1 530 140 105
Binary 11111100 1100100 10001101 0 111100 101100 1 101011000 1100000 1000101

Color Harmonies of #FC648D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC648D

Black with #FC648D

Text Example


Text Example

White with #FC648D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC648D; }

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

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

background-color css

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

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

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

border-color css

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

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

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