Html Css Color HEX #FF7586 Brink Pink

📋 copy color: '#FF7586'

red 255 ◦ green 117 ◦ blue 134

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

Shades of Brink Pink #FF7586

Tints of Brink Pink #FF7586

RGB

 RED value IS 255 (100% from 255) = 50.4%

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

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

R = 50.4%
G = 23.12%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FF7586 (or 0xFF7586) is known color: Brink Pink. HEX triplet: FF, 75 and 86. RGB value is (255,117,134). Sum of RGB (Red+Green+Blue) = 255+117+134=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7586 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7586 is #008A79. Grayscale: #A0A0A0. Windows color (decimal): -35450 or 8812031. OLE color: 8812031.

HSL color Cylindrical-coordinate representation of color #FF7586: hue angle of 352.61º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF7586 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.

Color convert

RGB 255 117 134 -
CMYK 0 0.54 0.47 0
HSL 352.61º 1% 0.73% -
HSV(B) 352.61º 0.54% 1% -
XYZ 51.9 35.7 26.71 -
YUV 160.2 113.22 195.62 -
System Red Green Blue C M Y K H S L
Decimal 255 117 134 0 0.54 0.47 0 352.61 1 0.73
Hex FF 75 86 0 36 2F 0 161 64 49
Octal 377 165 206 0 66 57 0 541 144 111
Binary 11111111 1110101 10000110 0 110110 101111 0 101100001 1100100 1001001

Color Harmonies of #FF7586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7586

Black with #FF7586

Text Example


Text Example

White with #FF7586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7586; }

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

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

background-color css

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

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

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

border-color css

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

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

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