Html Css Color HEX #FC6D74 Brink Pink

📋 copy color: '#FC6D74'

red 252 ◦ green 109 ◦ blue 116

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

Shades of Brink Pink #FC6D74

Tints of Brink Pink #FC6D74

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.85%

 BLUE value IS 116 (45.7% from 255) = 24.32%

R = 52.83%
G = 22.85%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC6D74 (or 0xFC6D74) is known color: Brink Pink. HEX triplet: FC, 6D and 74. RGB value is (252,109,116). Sum of RGB (Red+Green+Blue) = 252+109+116=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 116 (45.70% from 255 or 24.32% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6D74 is #03928B. Grayscale: #989898. Windows color (decimal): -234124 or 7630332. OLE color: 7630332.

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

Color convert

RGB 252 109 116 -
CMYK 0 0.57 0.54 0.01
HSL 357.06º 0.96% 0.71% -
HSV(B) 357.06º 0.57% 0.99% -
XYZ 48.77 32.89 20.3 -
YUV 152.56 107.38 198.93 -
System Red Green Blue C M Y K H S L
Decimal 252 109 116 0 0.57 0.54 0.01 357.06 0.96 0.71
Hex FC 6D 74 0 39 36 1 165 60 47
Octal 374 155 164 0 71 66 1 545 140 107
Binary 11111100 1101101 1110100 0 111001 110110 1 101100101 1100000 1000111

Color Harmonies of #FC6D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6D74

Black with #FC6D74

Text Example


Text Example

White with #FC6D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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