Html Css Color HEX #FF7386 Brink Pink

📋 copy color: '#FF7386'

red 255 ◦ green 115 ◦ blue 134

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

Shades of Brink Pink #FF7386

Tints of Brink Pink #FF7386

RGB

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

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

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

R = 50.6%
G = 22.82%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FF7386 (or 0xFF7386) is known color: Brink Pink. HEX triplet: FF, 73 and 86. RGB value is (255,115,134). Sum of RGB (Red+Green+Blue) = 255+115+134=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 115 (45.31% from 255 or 22.82% from 504); Blue value is 134 (52.73% from 255 or 26.59% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7386 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7386 is #008C79. Grayscale: #9F9F9F. Windows color (decimal): -35962 or 8811519. OLE color: 8811519.

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

Color convert

RGB 255 115 134 -
CMYK 0 0.55 0.47 0
HSL 351.86º 1% 0.73% -
HSV(B) 351.86º 0.55% 1% -
XYZ 51.67 35.24 26.63 -
YUV 159.03 113.88 196.46 -
System Red Green Blue C M Y K H S L
Decimal 255 115 134 0 0.55 0.47 0 351.86 1 0.73
Hex FF 73 86 0 37 2F 0 160 64 49
Octal 377 163 206 0 67 57 0 540 144 111
Binary 11111111 1110011 10000110 0 110111 101111 0 101100000 1100100 1001001

Color Harmonies of #FF7386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7386

Black with #FF7386

Text Example


Text Example

White with #FF7386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7386; }

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

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

background-color css

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

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

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

border-color css

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

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

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