Html Css Color HEX #FC7586 Brink Pink

📋 copy color: '#FC7586'

red 252 ◦ green 117 ◦ blue 134

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

Shades of Brink Pink #FC7586

Tints of Brink Pink #FC7586

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.26%

 BLUE value IS 134 (52.73% from 255) = 26.64%

R = 50.1%
G = 23.26%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC7586 (or 0xFC7586) is known color: Brink Pink. HEX triplet: FC, 75 and 86. RGB value is (252,117,134). Sum of RGB (Red+Green+Blue) = 252+117+134=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7586 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7586 is #038A79. Grayscale: #9F9F9F. Windows color (decimal): -232058 or 8812028. OLE color: 8812028.

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

Color convert

RGB 252 117 134 -
CMYK 0 0.54 0.47 0.01
HSL 352.44º 0.96% 0.72% -
HSV(B) 352.44º 0.54% 0.99% -
XYZ 50.81 35.14 26.66 -
YUV 159.3 113.73 194.12 -
System Red Green Blue C M Y K H S L
Decimal 252 117 134 0 0.54 0.47 0.01 352.44 0.96 0.72
Hex FC 75 86 0 36 2F 1 160 60 48
Octal 374 165 206 0 66 57 1 540 140 110
Binary 11111100 1110101 10000110 0 110110 101111 1 101100000 1100000 1001000

Color Harmonies of #FC7586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7586

Black with #FC7586

Text Example


Text Example

White with #FC7586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7586; }

 p { color: rgb(252,117,134); }

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

background-color css

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

 a { background-color: rgb(252,117,134); }

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

border-color css

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

 span { border-color: rgb(252,117,134); }

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