Html Css Color HEX #FC6581 Brink Pink

📋 copy color: '#FC6581'

red 252 ◦ green 101 ◦ blue 129

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

Shades of Brink Pink #FC6581

Tints of Brink Pink #FC6581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.76%

R = 52.28%
G = 20.95%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC6581 (or 0xFC6581) is known color: Brink Pink. HEX triplet: FC, 65 and 81. RGB value is (252,101,129). Sum of RGB (Red+Green+Blue) = 252+101+129=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6581 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6581 is #039A7E. Grayscale: #959595. Windows color (decimal): -236159 or 8480252. OLE color: 8480252.

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

Color convert

RGB 252 101 129 -
CMYK 0 0.60 0.49 0.01
HSL 348.87º 0.96% 0.69% -
HSV(B) 348.87º 0.6% 0.99% -
XYZ 48.76 31.59 24.3 -
YUV 149.34 116.53 201.22 -
System Red Green Blue C M Y K H S L
Decimal 252 101 129 0 0.60 0.49 0.01 348.87 0.96 0.69
Hex FC 65 81 0 3C 31 1 15D 60 45
Octal 374 145 201 0 74 61 1 535 140 105
Binary 11111100 1100101 10000001 0 111100 110001 1 101011101 1100000 1000101

Color Harmonies of #FC6581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6581

Black with #FC6581

Text Example


Text Example

White with #FC6581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6581; }

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

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

background-color css

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

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

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

border-color css

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

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

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