Html Css Color HEX #FC7082 Brink Pink

📋 copy color: '#FC7082'

red 252 ◦ green 112 ◦ blue 130

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

Shades of Brink Pink #FC7082

Tints of Brink Pink #FC7082

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.67%

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

R = 51.01%
G = 22.67%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FC7082 (or 0xFC7082) is known color: Brink Pink. HEX triplet: FC, 70 and 82. RGB value is (252,112,130). Sum of RGB (Red+Green+Blue) = 252+112+130=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 130 (51.17% from 255 or 26.32% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7082 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7082 is #038F7D. Grayscale: #9B9B9B. Windows color (decimal): -233342 or 8548604. OLE color: 8548604.

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

Color convert

RGB 252 112 130 -
CMYK 0 0.56 0.48 0.01
HSL 352.29º 0.96% 0.71% -
HSV(B) 352.29º 0.56% 0.99% -
XYZ 49.97 33.9 25.03 -
YUV 155.91 113.38 196.54 -
System Red Green Blue C M Y K H S L
Decimal 252 112 130 0 0.56 0.48 0.01 352.29 0.96 0.71
Hex FC 70 82 0 38 30 1 160 60 47
Octal 374 160 202 0 70 60 1 540 140 107
Binary 11111100 1110000 10000010 0 111000 110000 1 101100000 1100000 1000111

Color Harmonies of #FC7082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7082

Black with #FC7082

Text Example


Text Example

White with #FC7082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7082; }

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

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

background-color css

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

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

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

border-color css

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

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

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