Html Css Color HEX #FF5D90 Brink Pink

📋 copy color: '#FF5D90'

red 255 ◦ green 93 ◦ blue 144

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

Shades of Brink Pink #FF5D90

Tints of Brink Pink #FF5D90

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.9%

 BLUE value IS 144 (56.64% from 255) = 29.27%

R = 51.83%
G = 18.9%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FF5D90 (or 0xFF5D90) is known color: Brink Pink. HEX triplet: FF, 5D and 90. RGB value is (255,93,144). Sum of RGB (Red+Green+Blue) = 255+93+144=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 93 (36.72% from 255 or 18.90% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5D90 is #00A26F. Grayscale: #939393. Windows color (decimal): -41584 or 9461247. OLE color: 9461247.

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

Color convert

RGB 255 93 144 -
CMYK 0 0.64 0.44 0
HSL 341.11º 1% 0.68% -
HSV(B) 341.11º 0.64% 1% -
XYZ 50.19 31.1 29.74 -
YUV 147.25 126.17 204.85 -
System Red Green Blue C M Y K H S L
Decimal 255 93 144 0 0.64 0.44 0 341.11 1 0.68
Hex FF 5D 90 0 40 2C 0 155 64 44
Octal 377 135 220 0 100 54 0 525 144 104
Binary 11111111 1011101 10010000 0 1000000 101100 0 101010101 1100100 1000100

Color Harmonies of #FF5D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5D90

Black with #FF5D90

Text Example


Text Example

White with #FF5D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5D90; }

 p { color: rgb(255,93,144); }

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

background-color css

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

 a { background-color: rgb(255,93,144); }

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

border-color css

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

 span { border-color: rgb(255,93,144); }

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