Html Css Color HEX #FC7382 Brink Pink

📋 copy color: '#FC7382'

red 252 ◦ green 115 ◦ blue 130

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

Shades of Brink Pink #FC7382

Tints of Brink Pink #FC7382

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.14%

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

R = 50.7%
G = 23.14%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FC7382 (or 0xFC7382) is known color: Brink Pink. HEX triplet: FC, 73 and 82. RGB value is (252,115,130). Sum of RGB (Red+Green+Blue) = 252+115+130=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 115 (45.31% from 255 or 23.14% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7382 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7382 is #038C7D. Grayscale: #9D9D9D. Windows color (decimal): -232574 or 8549372. OLE color: 8549372.

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

Color convert

RGB 252 115 130 -
CMYK 0 0.54 0.48 0.01
HSL 353.43º 0.96% 0.72% -
HSV(B) 353.43º 0.54% 0.99% -
XYZ 50.3 34.57 25.14 -
YUV 157.67 112.39 195.28 -
System Red Green Blue C M Y K H S L
Decimal 252 115 130 0 0.54 0.48 0.01 353.43 0.96 0.72
Hex FC 73 82 0 36 30 1 161 60 48
Octal 374 163 202 0 66 60 1 541 140 110
Binary 11111100 1110011 10000010 0 110110 110000 1 101100001 1100000 1001000

Color Harmonies of #FC7382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7382

Black with #FC7382

Text Example


Text Example

White with #FC7382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7382; }

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

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

background-color css

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

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

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

border-color css

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

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

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