Html Css Color HEX #FC6A83 Brink Pink

📋 copy color: '#FC6A83'

red 252 ◦ green 106 ◦ blue 131

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

Shades of Brink Pink #FC6A83

Tints of Brink Pink #FC6A83

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.68%

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

R = 51.53%
G = 21.68%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FC6A83 (or 0xFC6A83) is known color: Brink Pink. HEX triplet: FC, 6A and 83. RGB value is (252,106,131). Sum of RGB (Red+Green+Blue) = 252+106+131=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 106 (41.80% from 255 or 21.68% from 489); Blue value is 131 (51.56% from 255 or 26.79% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6A83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6A83 is #03957C. Grayscale: #989898. Windows color (decimal): -234877 or 8612604. OLE color: 8612604.

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

Color convert

RGB 252 106 131 -
CMYK 0 0.58 0.48 0.01
HSL 349.73º 0.96% 0.7% -
HSV(B) 349.73º 0.58% 0.99% -
XYZ 49.4 32.64 25.17 -
YUV 152.5 115.87 198.97 -
System Red Green Blue C M Y K H S L
Decimal 252 106 131 0 0.58 0.48 0.01 349.73 0.96 0.7
Hex FC 6A 83 0 3A 30 1 15E 60 46
Octal 374 152 203 0 72 60 1 536 140 106
Binary 11111100 1101010 10000011 0 111010 110000 1 101011110 1100000 1000110

Color Harmonies of #FC6A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6A83

Black with #FC6A83

Text Example


Text Example

White with #FC6A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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