Html Css Color HEX #FF5383 Brink Pink

📋 copy color: '#FF5383'

red 255 ◦ green 83 ◦ blue 131

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

Shades of Brink Pink #FF5383

Tints of Brink Pink #FF5383

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.7%

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

R = 54.37%
G = 17.7%
B = 27.93%

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

#FF5383 (or 0xFF5383) is known color: Brink Pink. HEX triplet: FF, 53 and 83. RGB value is (255,83,131). Sum of RGB (Red+Green+Blue) = 255+83+131=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5383 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5383 is #00AC7C. Grayscale: #8B8B8B. Windows color (decimal): -44157 or 8606719. OLE color: 8606719.

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

Color convert

RGB 255 83 131 -
CMYK 0 0.67 0.49 0
HSL 343.26º 1% 0.66% -
HSV(B) 343.26º 0.67% 1% -
XYZ 48.43 29.09 24.53 -
YUV 139.9 122.98 210.1 -
System Red Green Blue C M Y K H S L
Decimal 255 83 131 0 0.67 0.49 0 343.26 1 0.66
Hex FF 53 83 0 43 31 0 157 64 42
Octal 377 123 203 0 103 61 0 527 144 102
Binary 11111111 1010011 10000011 0 1000011 110001 0 101010111 1100100 1000010

Color Harmonies of #FF5383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5383

Black with #FF5383

Text Example


Text Example

White with #FF5383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5383; }

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

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

background-color css

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

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

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

border-color css

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

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

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