Html Css Color HEX #FF5885 Brink Pink

📋 copy color: '#FF5885'

red 255 ◦ green 88 ◦ blue 133

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

Shades of Brink Pink #FF5885

Tints of Brink Pink #FF5885

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.49%

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

R = 53.57%
G = 18.49%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FF5885 (or 0xFF5885) is known color: Brink Pink. HEX triplet: FF, 58 and 85. RGB value is (255,88,133). Sum of RGB (Red+Green+Blue) = 255+88+133=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 88 (34.77% from 255 or 18.49% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5885 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5885 is #00A77A. Grayscale: #8F8F8F. Windows color (decimal): -42875 or 8739071. OLE color: 8739071.

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

Color convert

RGB 255 88 133 -
CMYK 0 0.65 0.48 0
HSL 343.83º 1% 0.67% -
HSV(B) 343.83º 0.65% 1% -
XYZ 48.96 29.93 25.39 -
YUV 143.06 122.33 207.84 -
System Red Green Blue C M Y K H S L
Decimal 255 88 133 0 0.65 0.48 0 343.83 1 0.67
Hex FF 58 85 0 41 30 0 158 64 43
Octal 377 130 205 0 101 60 0 530 144 103
Binary 11111111 1011000 10000101 0 1000001 110000 0 101011000 1100100 1000011

Color Harmonies of #FF5885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5885

Black with #FF5885

Text Example


Text Example

White with #FF5885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5885; }

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

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

background-color css

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

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

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

border-color css

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

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

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