Html Css Color HEX #FF5990 French Rose

📋 copy color: '#FF5990'

red 255 ◦ green 89 ◦ blue 144

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

Shades of French Rose #FF5990

Tints of French Rose #FF5990

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.24%

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

R = 52.25%
G = 18.24%
B = 29.51%

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

#FF5990 (or 0xFF5990) is known color: French Rose. HEX triplet: FF, 59 and 90. RGB value is (255,89,144). Sum of RGB (Red+Green+Blue) = 255+89+144=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 89 (35.16% from 255 or 18.24% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5990 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5990 is #00A66F. Grayscale: #909090. Windows color (decimal): -42608 or 9460223. OLE color: 9460223.

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

Color convert

RGB 255 89 144 -
CMYK 0 0.65 0.44 0
HSL 340.12º 1% 0.67% -
HSV(B) 340.12º 0.65% 1% -
XYZ 49.85 30.42 29.63 -
YUV 144.9 127.5 206.53 -
System Red Green Blue C M Y K H S L
Decimal 255 89 144 0 0.65 0.44 0 340.12 1 0.67
Hex FF 59 90 0 41 2C 0 154 64 43
Octal 377 131 220 0 101 54 0 524 144 103
Binary 11111111 1011001 10010000 0 1000001 101100 0 101010100 1100100 1000011

Color Harmonies of #FF5990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5990

Black with #FF5990

Text Example


Text Example

White with #FF5990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5990; }

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

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

background-color css

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

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

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

border-color css

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

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

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