Html Css Color HEX #FF7B85 Brink Pink

📋 copy color: '#FF7B85'

red 255 ◦ green 123 ◦ blue 133

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

Shades of Brink Pink #FF7B85

Tints of Brink Pink #FF7B85

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.07%

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

R = 49.9%
G = 24.07%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FF7B85 (or 0xFF7B85) is known color: Brink Pink. HEX triplet: FF, 7B and 85. RGB value is (255,123,133). Sum of RGB (Red+Green+Blue) = 255+123+133=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 123 (48.44% from 255 or 24.07% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7B85 is #00847A. Grayscale: #A3A3A3. Windows color (decimal): -33915 or 8748031. OLE color: 8748031.

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

Color convert

RGB 255 123 133 -
CMYK 0 0.52 0.48 0
HSL 355.45º 1% 0.74% -
HSV(B) 355.45º 0.52% 1% -
XYZ 52.56 37.12 26.59 -
YUV 163.61 110.73 193.19 -
System Red Green Blue C M Y K H S L
Decimal 255 123 133 0 0.52 0.48 0 355.45 1 0.74
Hex FF 7B 85 0 34 30 0 163 64 4A
Octal 377 173 205 0 64 60 0 543 144 112
Binary 11111111 1111011 10000101 0 110100 110000 0 101100011 1100100 1001010

Color Harmonies of #FF7B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7B85

Black with #FF7B85

Text Example


Text Example

White with #FF7B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7B85; }

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

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

background-color css

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

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

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

border-color css

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

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

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