Html Css Color HEX #FC6B7F Brink Pink

📋 copy color: '#FC6B7F'

red 252 ◦ green 107 ◦ blue 127

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

Shades of Brink Pink #FC6B7F

Tints of Brink Pink #FC6B7F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.02%

 BLUE value IS 127 (50% from 255) = 26.13%

R = 51.85%
G = 22.02%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC6B7F (or 0xFC6B7F) is known color: Brink Pink. HEX triplet: FC, 6B and 7F. RGB value is (252,107,127). Sum of RGB (Red+Green+Blue) = 252+107+127=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 107 (42.19% from 255 or 22.02% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6B7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6B7F is #039480. Grayscale: #989898. Windows color (decimal): -234625 or 8350716. OLE color: 8350716.

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

Color convert

RGB 252 107 127 -
CMYK 0 0.58 0.50 0.01
HSL 351.72º 0.96% 0.7% -
HSV(B) 351.72º 0.58% 0.99% -
XYZ 49.23 32.74 23.8 -
YUV 152.64 113.54 198.87 -
System Red Green Blue C M Y K H S L
Decimal 252 107 127 0 0.58 0.50 0.01 351.72 0.96 0.7
Hex FC 6B 7F 0 3A 32 1 160 60 46
Octal 374 153 177 0 72 62 1 540 140 106
Binary 11111100 1101011 1111111 0 111010 110010 1 101100000 1100000 1000110

Color Harmonies of #FC6B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6B7F

Black with #FC6B7F

Text Example


Text Example

White with #FC6B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6B7F; }

 p { color: rgb(252,107,127); }

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

background-color css

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

 a { background-color: rgb(252,107,127); }

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

border-color css

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

 span { border-color: rgb(252,107,127); }

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