Html Css Color HEX #FF5A7F Brink Pink

📋 copy color: '#FF5A7F'

red 255 ◦ green 90 ◦ blue 127

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

Shades of Brink Pink #FF5A7F

Tints of Brink Pink #FF5A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.91%

R = 54.03%
G = 19.07%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF5A7F (or 0xFF5A7F) is known color: Brink Pink. HEX triplet: FF, 5A and 7F. RGB value is (255,90,127). Sum of RGB (Red+Green+Blue) = 255+90+127=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 90 (35.55% from 255 or 19.07% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5A7F is #00A580. Grayscale: #8F8F8F. Windows color (decimal): -42369 or 8346367. OLE color: 8346367.

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

Color convert

RGB 255 90 127 -
CMYK 0 0.65 0.50 0
HSL 346.55º 1% 0.68% -
HSV(B) 346.55º 0.65% 1% -
XYZ 48.73 30.1 23.32 -
YUV 143.55 118.66 207.49 -
System Red Green Blue C M Y K H S L
Decimal 255 90 127 0 0.65 0.50 0 346.55 1 0.68
Hex FF 5A 7F 0 41 32 0 15B 64 44
Octal 377 132 177 0 101 62 0 533 144 104
Binary 11111111 1011010 1111111 0 1000001 110010 0 101011011 1100100 1000100

Color Harmonies of #FF5A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5A7F

Black with #FF5A7F

Text Example


Text Example

White with #FF5A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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