Html Css Color HEX #FF5A8E Brink Pink

📋 copy color: '#FF5A8E'

red 255 ◦ green 90 ◦ blue 142

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

Shades of Brink Pink #FF5A8E

Tints of Brink Pink #FF5A8E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.48%

 BLUE value IS 142 (55.86% from 255) = 29.16%

R = 52.36%
G = 18.48%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FF5A8E (or 0xFF5A8E) is known color: Brink Pink. HEX triplet: FF, 5A and 8E. RGB value is (255,90,142). Sum of RGB (Red+Green+Blue) = 255+90+142=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 90 (35.55% from 255 or 18.48% from 487); Blue value is 142 (55.86% from 255 or 29.16% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5A8E is #00A571. Grayscale: #919191. Windows color (decimal): -42354 or 9329407. OLE color: 9329407.

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

Color convert

RGB 255 90 142 -
CMYK 0 0.65 0.44 0
HSL 341.09º 1% 0.68% -
HSV(B) 341.09º 0.65% 1% -
XYZ 49.78 30.53 28.86 -
YUV 145.26 126.16 206.27 -
System Red Green Blue C M Y K H S L
Decimal 255 90 142 0 0.65 0.44 0 341.09 1 0.68
Hex FF 5A 8E 0 41 2C 0 155 64 44
Octal 377 132 216 0 101 54 0 525 144 104
Binary 11111111 1011010 10001110 0 1000001 101100 0 101010101 1100100 1000100

Color Harmonies of #FF5A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5A8E

Black with #FF5A8E

Text Example


Text Example

White with #FF5A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5A8E; }

 p { color: rgb(255,90,142); }

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

background-color css

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

 a { background-color: rgb(255,90,142); }

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

border-color css

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

 span { border-color: rgb(255,90,142); }

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