Html Css Color HEX #FC6D83 Brink Pink

📋 copy color: '#FC6D83'

red 252 ◦ green 109 ◦ blue 131

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

Shades of Brink Pink #FC6D83

Tints of Brink Pink #FC6D83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.63%

R = 51.22%
G = 22.15%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FC6D83 (or 0xFC6D83) is known color: Brink Pink. HEX triplet: FC, 6D and 83. RGB value is (252,109,131). Sum of RGB (Red+Green+Blue) = 252+109+131=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 131 (51.56% from 255 or 26.63% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6D83 is #03927C. Grayscale: #9A9A9A. Windows color (decimal): -234109 or 8613372. OLE color: 8613372.

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

Color convert

RGB 252 109 131 -
CMYK 0 0.57 0.48 0.01
HSL 350.77º 0.96% 0.71% -
HSV(B) 350.77º 0.57% 0.99% -
XYZ 49.71 33.27 25.27 -
YUV 154.27 114.88 197.71 -
System Red Green Blue C M Y K H S L
Decimal 252 109 131 0 0.57 0.48 0.01 350.77 0.96 0.71
Hex FC 6D 83 0 39 30 1 15F 60 47
Octal 374 155 203 0 71 60 1 537 140 107
Binary 11111100 1101101 10000011 0 111001 110000 1 101011111 1100000 1000111

Color Harmonies of #FC6D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6D83

Black with #FC6D83

Text Example


Text Example

White with #FC6D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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