Html Css Color HEX #FF7385 Brink Pink

📋 copy color: '#FF7385'

red 255 ◦ green 115 ◦ blue 133

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

Shades of Brink Pink #FF7385

Tints of Brink Pink #FF7385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.44%

R = 50.7%
G = 22.86%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FF7385 (or 0xFF7385) is known color: Brink Pink. HEX triplet: FF, 73 and 85. RGB value is (255,115,133). Sum of RGB (Red+Green+Blue) = 255+115+133=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7385 is #008C7A. Grayscale: #9E9E9E. Windows color (decimal): -35963 or 8745983. OLE color: 8745983.

HSL color Cylindrical-coordinate representation of color #FF7385: hue angle of 352.29º 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 #FF7385 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB 255 115 133 -
CMYK 0 0.55 0.48 0
HSL 352.29º 1% 0.73% -
HSV(B) 352.29º 0.55% 1% -
XYZ 51.6 35.21 26.27 -
YUV 158.91 113.38 196.54 -
System Red Green Blue C M Y K H S L
Decimal 255 115 133 0 0.55 0.48 0 352.29 1 0.73
Hex FF 73 85 0 37 30 0 160 64 49
Octal 377 163 205 0 67 60 0 540 144 111
Binary 11111111 1110011 10000101 0 110111 110000 0 101100000 1100100 1001001

Color Harmonies of #FF7385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7385

Black with #FF7385

Text Example


Text Example

White with #FF7385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7385; }

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

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

background-color css

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

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

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

border-color css

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

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

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