Html Css Color HEX #FC648E Brink Pink

📋 copy color: '#FC648E'

red 252 ◦ green 100 ◦ blue 142

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

Shades of Brink Pink #FC648E

Tints of Brink Pink #FC648E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.74%

R = 51.01%
G = 20.24%
B = 28.74%

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

#FC648E (or 0xFC648E) is known color: Brink Pink. HEX triplet: FC, 64 and 8E. RGB value is (252,100,142). Sum of RGB (Red+Green+Blue) = 252+100+142=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 100 (39.45% from 255 or 20.24% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FC648E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC648E is #039B71. Grayscale: #969696. Windows color (decimal): -236402 or 9331964. OLE color: 9331964.

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

Color convert

RGB 252 100 142 -
CMYK 0 0.60 0.44 0.01
HSL 343.42º 0.96% 0.69% -
HSV(B) 343.42º 0.6% 0.99% -
XYZ 49.58 31.76 29.11 -
YUV 150.24 123.36 200.58 -
System Red Green Blue C M Y K H S L
Decimal 252 100 142 0 0.60 0.44 0.01 343.42 0.96 0.69
Hex FC 64 8E 0 3C 2C 1 157 60 45
Octal 374 144 216 0 74 54 1 527 140 105
Binary 11111100 1100100 10001110 0 111100 101100 1 101010111 1100000 1000101

Color Harmonies of #FC648E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC648E

Black with #FC648E

Text Example


Text Example

White with #FC648E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC648E; }

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

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

background-color css

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

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

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

border-color css

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

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

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