Html Css Color HEX #FC5382 Brink Pink

📋 copy color: '#FC5382'

red 252 ◦ green 83 ◦ blue 130

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

Shades of Brink Pink #FC5382

Tints of Brink Pink #FC5382

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.85%

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

R = 54.19%
G = 17.85%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FC5382 (or 0xFC5382) is known color: Brink Pink. HEX triplet: FC, 53 and 82. RGB value is (252,83,130). Sum of RGB (Red+Green+Blue) = 252+83+130=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5382 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5382 is #03AC7D. Grayscale: #8A8A8A. Windows color (decimal): -240766 or 8541180. OLE color: 8541180.

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

Color convert

RGB 252 83 130 -
CMYK 0 0.67 0.48 0.01
HSL 343.31º 0.97% 0.66% -
HSV(B) 343.31º 0.67% 0.99% -
XYZ 47.27 28.49 24.13 -
YUV 138.89 122.99 208.68 -
System Red Green Blue C M Y K H S L
Decimal 252 83 130 0 0.67 0.48 0.01 343.31 0.97 0.66
Hex FC 53 82 0 43 30 1 157 61 42
Octal 374 123 202 0 103 60 1 527 141 102
Binary 11111100 1010011 10000010 0 1000011 110000 1 101010111 1100001 1000010

Color Harmonies of #FC5382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5382

Black with #FC5382

Text Example


Text Example

White with #FC5382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5382; }

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

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

background-color css

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

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

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

border-color css

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

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

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