Html Css Color HEX #FC6583 Brink Pink

📋 copy color: '#FC6583'

red 252 ◦ green 101 ◦ blue 131

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

Shades of Brink Pink #FC6583

Tints of Brink Pink #FC6583

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.87%

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

R = 52.07%
G = 20.87%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FC6583 (or 0xFC6583) is known color: Brink Pink. HEX triplet: FC, 65 and 83. RGB value is (252,101,131). Sum of RGB (Red+Green+Blue) = 252+101+131=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 101 (39.84% from 255 or 20.87% from 484); Blue value is 131 (51.56% from 255 or 27.07% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6583 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6583 is #039A7C. Grayscale: #959595. Windows color (decimal): -236157 or 8611324. OLE color: 8611324.

HSL color Cylindrical-coordinate representation of color #FC6583: hue angle of 348.08º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC6583 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 101 131 -
CMYK 0 0.60 0.48 0.01
HSL 348.08º 0.96% 0.69% -
HSV(B) 348.08º 0.6% 0.99% -
XYZ 48.9 31.64 25 -
YUV 149.57 117.53 201.06 -
System Red Green Blue C M Y K H S L
Decimal 252 101 131 0 0.60 0.48 0.01 348.08 0.96 0.69
Hex FC 65 83 0 3C 30 1 15C 60 45
Octal 374 145 203 0 74 60 1 534 140 105
Binary 11111100 1100101 10000011 0 111100 110000 1 101011100 1100000 1000101

Color Harmonies of #FC6583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6583

Black with #FC6583

Text Example


Text Example

White with #FC6583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6583; }

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

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

background-color css

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

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

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

border-color css

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

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

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