Html Css Color HEX #FC6482 Brink Pink

📋 copy color: '#FC6482'

red 252 ◦ green 100 ◦ blue 130

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

Shades of Brink Pink #FC6482

Tints of Brink Pink #FC6482

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.75%

 BLUE value IS 130 (51.17% from 255) = 26.97%

R = 52.28%
G = 20.75%
B = 26.97%

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

#FC6482 (or 0xFC6482) is known color: Brink Pink. HEX triplet: FC, 64 and 82. RGB value is (252,100,130). Sum of RGB (Red+Green+Blue) = 252+100+130=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 100 (39.45% from 255 or 20.75% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6482 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6482 is #039B7D. Grayscale: #949494. Windows color (decimal): -236414 or 8545532. OLE color: 8545532.

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

Color convert

RGB 252 100 130 -
CMYK 0 0.60 0.48 0.01
HSL 348.16º 0.96% 0.69% -
HSV(B) 348.16º 0.6% 0.99% -
XYZ 48.73 31.42 24.62 -
YUV 148.87 117.36 201.56 -
System Red Green Blue C M Y K H S L
Decimal 252 100 130 0 0.60 0.48 0.01 348.16 0.96 0.69
Hex FC 64 82 0 3C 30 1 15C 60 45
Octal 374 144 202 0 74 60 1 534 140 105
Binary 11111100 1100100 10000010 0 111100 110000 1 101011100 1100000 1000101

Color Harmonies of #FC6482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6482

Black with #FC6482

Text Example


Text Example

White with #FC6482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6482; }

 p { color: rgb(252,100,130); }

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

background-color css

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

 a { background-color: rgb(252,100,130); }

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

border-color css

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

 span { border-color: rgb(252,100,130); }

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