Html Css Color HEX #FF5491 French Rose

📋 copy color: '#FF5491'

red 255 ◦ green 84 ◦ blue 145

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

Shades of French Rose #FF5491

Tints of French Rose #FF5491

RGB

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

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

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

R = 52.69%
G = 17.36%
B = 29.96%

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

#FF5491 (or 0xFF5491) is known color: French Rose. HEX triplet: FF, 54 and 91. RGB value is (255,84,145). Sum of RGB (Red+Green+Blue) = 255+84+145=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 84 (33.20% from 255 or 17.36% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5491 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5491 is #00AB6E. Grayscale: #8E8E8E. Windows color (decimal): -43887 or 9524479. OLE color: 9524479.

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

Color convert

RGB 255 84 145 -
CMYK 0 0.67 0.43 0
HSL 338.6º 1% 0.66% -
HSV(B) 338.6º 0.67% 1% -
XYZ 49.52 29.64 29.9 -
YUV 142.08 129.65 208.54 -
System Red Green Blue C M Y K H S L
Decimal 255 84 145 0 0.67 0.43 0 338.6 1 0.66
Hex FF 54 91 0 43 2B 0 153 64 42
Octal 377 124 221 0 103 53 0 523 144 102
Binary 11111111 1010100 10010001 0 1000011 101011 0 101010011 1100100 1000010

Color Harmonies of #FF5491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5491

Black with #FF5491

Text Example


Text Example

White with #FF5491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5491; }

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

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

background-color css

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

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

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

border-color css

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

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

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