Html Css Color HEX #FF5483 Brink Pink

📋 copy color: '#FF5483'

red 255 ◦ green 84 ◦ blue 131

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

Shades of Brink Pink #FF5483

Tints of Brink Pink #FF5483

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.87%

 BLUE value IS 131 (51.56% from 255) = 27.87%

R = 54.26%
G = 17.87%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FF5483 (or 0xFF5483) is known color: Brink Pink. HEX triplet: FF, 54 and 83. RGB value is (255,84,131). Sum of RGB (Red+Green+Blue) = 255+84+131=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 84 (33.20% from 255 or 17.87% from 470); Blue value is 131 (51.56% from 255 or 27.87% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5483 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5483 is #00AB7C. Grayscale: #8C8C8C. Windows color (decimal): -43901 or 8606975. OLE color: 8606975.

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

Color convert

RGB 255 84 131 -
CMYK 0 0.67 0.49 0
HSL 343.51º 1% 0.66% -
HSV(B) 343.51º 0.67% 1% -
XYZ 48.51 29.24 24.56 -
YUV 140.49 122.65 209.68 -
System Red Green Blue C M Y K H S L
Decimal 255 84 131 0 0.67 0.49 0 343.51 1 0.66
Hex FF 54 83 0 43 31 0 158 64 42
Octal 377 124 203 0 103 61 0 530 144 102
Binary 11111111 1010100 10000011 0 1000011 110001 0 101011000 1100100 1000010

Color Harmonies of #FF5483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5483

Black with #FF5483

Text Example


Text Example

White with #FF5483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5483; }

 p { color: rgb(255,84,131); }

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

background-color css

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

 a { background-color: rgb(255,84,131); }

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

border-color css

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

 span { border-color: rgb(255,84,131); }

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