Html Css Color HEX #FF5590 French Rose

📋 copy color: '#FF5590'

red 255 ◦ green 85 ◦ blue 144

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

Shades of French Rose #FF5590

Tints of French Rose #FF5590

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.56%

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

R = 52.69%
G = 17.56%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FF5590 (or 0xFF5590) is known color: French Rose. HEX triplet: FF, 55 and 90. RGB value is (255,85,144). Sum of RGB (Red+Green+Blue) = 255+85+144=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 85 (33.59% from 255 or 17.56% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5590 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5590 is #00AA6F. Grayscale: #8E8E8E. Windows color (decimal): -43632 or 9459199. OLE color: 9459199.

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

Color convert

RGB 255 85 144 -
CMYK 0 0.67 0.44 0
HSL 339.18º 1% 0.67% -
HSV(B) 339.18º 0.67% 1% -
XYZ 49.52 29.77 29.52 -
YUV 142.56 128.82 208.2 -
System Red Green Blue C M Y K H S L
Decimal 255 85 144 0 0.67 0.44 0 339.18 1 0.67
Hex FF 55 90 0 43 2C 0 153 64 43
Octal 377 125 220 0 103 54 0 523 144 103
Binary 11111111 1010101 10010000 0 1000011 101100 0 101010011 1100100 1000011

Color Harmonies of #FF5590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5590

Black with #FF5590

Text Example


Text Example

White with #FF5590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5590; }

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

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

background-color css

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

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

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

border-color css

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

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

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