Html Css Color HEX #FC6C78 Brink Pink

📋 copy color: '#FC6C78'

red 252 ◦ green 108 ◦ blue 120

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

Shades of Brink Pink #FC6C78

Tints of Brink Pink #FC6C78

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.5%

 BLUE value IS 120 (47.27% from 255) = 25%

R = 52.5%
G = 22.5%
B = 25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC6C78 (or 0xFC6C78) is known color: Brink Pink. HEX triplet: FC, 6C and 78. RGB value is (252,108,120). Sum of RGB (Red+Green+Blue) = 252+108+120=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 120 (47.27% from 255 or 25% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6C78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6C78 is #039387. Grayscale: #989898. Windows color (decimal): -234376 or 7892220. OLE color: 7892220.

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

Color convert

RGB 252 108 120 -
CMYK 0 0.57 0.52 0.01
HSL 355º 0.96% 0.71% -
HSV(B) 355º 0.57% 0.99% -
XYZ 48.9 32.78 21.52 -
YUV 152.42 109.71 199.02 -
System Red Green Blue C M Y K H S L
Decimal 252 108 120 0 0.57 0.52 0.01 355 0.96 0.71
Hex FC 6C 78 0 39 34 1 163 60 47
Octal 374 154 170 0 71 64 1 543 140 107
Binary 11111100 1101100 1111000 0 111001 110100 1 101100011 1100000 1000111

Color Harmonies of #FC6C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6C78

Black with #FC6C78

Text Example


Text Example

White with #FC6C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6C78; }

 p { color: rgb(252,108,120); }

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

background-color css

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

 a { background-color: rgb(252,108,120); }

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

border-color css

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

 span { border-color: rgb(252,108,120); }

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