Html Css Color HEX #FF5882 Brink Pink

📋 copy color: '#FF5882'

red 255 ◦ green 88 ◦ blue 130

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

Shades of Brink Pink #FF5882

Tints of Brink Pink #FF5882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.48%

R = 53.91%
G = 18.6%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FF5882 (or 0xFF5882) is known color: Brink Pink. HEX triplet: FF, 58 and 82. RGB value is (255,88,130). Sum of RGB (Red+Green+Blue) = 255+88+130=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5882 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5882 is #00A77D. Grayscale: #8E8E8E. Windows color (decimal): -42878 or 8542463. OLE color: 8542463.

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

Color convert

RGB 255 88 130 -
CMYK 0 0.65 0.49 0
HSL 344.91º 1% 0.67% -
HSV(B) 344.91º 0.65% 1% -
XYZ 48.76 29.85 24.31 -
YUV 142.72 120.83 208.08 -
System Red Green Blue C M Y K H S L
Decimal 255 88 130 0 0.65 0.49 0 344.91 1 0.67
Hex FF 58 82 0 41 31 0 159 64 43
Octal 377 130 202 0 101 61 0 531 144 103
Binary 11111111 1011000 10000010 0 1000001 110001 0 101011001 1100100 1000011

Color Harmonies of #FF5882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5882

Black with #FF5882

Text Example


Text Example

White with #FF5882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5882; }

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

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

background-color css

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

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

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

border-color css

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

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

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