Html Css Color HEX #FF5391 French Rose

📋 copy color: '#FF5391'

red 255 ◦ green 83 ◦ blue 145

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

Shades of French Rose #FF5391

Tints of French Rose #FF5391

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.18%

 BLUE value IS 145 (57.03% from 255) = 30.02%

R = 52.8%
G = 17.18%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0

RGB Variations

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

Color information

#FF5391 (or 0xFF5391) is known color: French Rose. HEX triplet: FF, 53 and 91. RGB value is (255,83,145). Sum of RGB (Red+Green+Blue) = 255+83+145=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 83 (32.81% from 255 or 17.18% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5391 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5391 is #00AC6E. Grayscale: #8D8D8D. Windows color (decimal): -44143 or 9524223. OLE color: 9524223.

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

Color convert

RGB 255 83 145 -
CMYK 0 0.67 0.43 0
HSL 338.37º 1% 0.66% -
HSV(B) 338.37º 0.67% 1% -
XYZ 49.44 29.49 29.87 -
YUV 141.5 129.98 208.96 -
System Red Green Blue C M Y K H S L
Decimal 255 83 145 0 0.67 0.43 0 338.37 1 0.66
Hex FF 53 91 0 43 2B 0 152 64 42
Octal 377 123 221 0 103 53 0 522 144 102
Binary 11111111 1010011 10010001 0 1000011 101011 0 101010010 1100100 1000010

Color Harmonies of #FF5391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5391

Black with #FF5391

Text Example


Text Example

White with #FF5391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5391; }

 p { color: rgb(255,83,145); }

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

background-color css

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

 a { background-color: rgb(255,83,145); }

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

border-color css

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

 span { border-color: rgb(255,83,145); }

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