Html Css Color HEX #FC6082 Brink Pink

📋 copy color: '#FC6082'

red 252 ◦ green 96 ◦ blue 130

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

Shades of Brink Pink #FC6082

Tints of Brink Pink #FC6082

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.08%

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

R = 52.72%
G = 20.08%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FC6082 (or 0xFC6082) is known color: Brink Pink. HEX triplet: FC, 60 and 82. RGB value is (252,96,130). Sum of RGB (Red+Green+Blue) = 252+96+130=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6082 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6082 is #039F7D. Grayscale: #929292. Windows color (decimal): -237438 or 8544508. OLE color: 8544508.

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

Color convert

RGB 252 96 130 -
CMYK 0 0.62 0.48 0.01
HSL 346.92º 0.96% 0.68% -
HSV(B) 346.92º 0.62% 0.99% -
XYZ 48.36 30.67 24.49 -
YUV 146.52 118.68 203.24 -
System Red Green Blue C M Y K H S L
Decimal 252 96 130 0 0.62 0.48 0.01 346.92 0.96 0.68
Hex FC 60 82 0 3E 30 1 15B 60 44
Octal 374 140 202 0 76 60 1 533 140 104
Binary 11111100 1100000 10000010 0 111110 110000 1 101011011 1100000 1000100

Color Harmonies of #FC6082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6082

Black with #FC6082

Text Example


Text Example

White with #FC6082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6082; }

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

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

background-color css

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

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

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

border-color css

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

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

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