Html Css Color HEX #FF5489 French Rose

📋 copy color: '#FF5489'

red 255 ◦ green 84 ◦ blue 137

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

Shades of French Rose #FF5489

Tints of French Rose #FF5489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 28.78%

R = 53.57%
G = 17.65%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0

RGB Variations

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

Color information

#FF5489 (or 0xFF5489) is known color: French Rose. HEX triplet: FF, 54 and 89. RGB value is (255,84,137). Sum of RGB (Red+Green+Blue) = 255+84+137=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 137 (53.91% from 255 or 28.78% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5489 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5489 is #00AB76. Grayscale: #8D8D8D. Windows color (decimal): -43895 or 9000191. OLE color: 9000191.

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

Color convert

RGB 255 84 137 -
CMYK 0 0.67 0.46 0
HSL 341.4º 1% 0.66% -
HSV(B) 341.4º 0.67% 1% -
XYZ 48.93 29.41 26.76 -
YUV 141.17 125.65 209.19 -
System Red Green Blue C M Y K H S L
Decimal 255 84 137 0 0.67 0.46 0 341.4 1 0.66
Hex FF 54 89 0 43 2E 0 155 64 42
Octal 377 124 211 0 103 56 0 525 144 102
Binary 11111111 1010100 10001001 0 1000011 101110 0 101010101 1100100 1000010

Color Harmonies of #FF5489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5489

Black with #FF5489

Text Example


Text Example

White with #FF5489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5489; }

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

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

background-color css

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

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

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

border-color css

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

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

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