Html Css Color HEX #FC6281 Brink Pink

📋 copy color: '#FC6281'

red 252 ◦ green 98 ◦ blue 129

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

Shades of Brink Pink #FC6281

Tints of Brink Pink #FC6281

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.46%

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

R = 52.61%
G = 20.46%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC6281 (or 0xFC6281) is known color: Brink Pink. HEX triplet: FC, 62 and 81. RGB value is (252,98,129). Sum of RGB (Red+Green+Blue) = 252+98+129=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 98 (38.67% from 255 or 20.46% from 479); Blue value is 129 (50.78% from 255 or 26.93% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6281 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6281 is #039D7E. Grayscale: #939393. Windows color (decimal): -236927 or 8479484. OLE color: 8479484.

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

Color convert

RGB 252 98 129 -
CMYK 0 0.61 0.49 0.01
HSL 347.92º 0.96% 0.69% -
HSV(B) 347.92º 0.61% 0.99% -
XYZ 48.48 31.02 24.2 -
YUV 147.58 117.52 202.48 -
System Red Green Blue C M Y K H S L
Decimal 252 98 129 0 0.61 0.49 0.01 347.92 0.96 0.69
Hex FC 62 81 0 3D 31 1 15C 60 45
Octal 374 142 201 0 75 61 1 534 140 105
Binary 11111100 1100010 10000001 0 111101 110001 1 101011100 1100000 1000101

Color Harmonies of #FC6281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6281

Black with #FC6281

Text Example


Text Example

White with #FC6281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6281; }

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

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

background-color css

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

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

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

border-color css

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

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

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