Html Css Color HEX #FF5091 French Rose

📋 copy color: '#FF5091'

red 255 ◦ green 80 ◦ blue 145

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

Shades of French Rose #FF5091

Tints of French Rose #FF5091

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.67%

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

R = 53.13%
G = 16.67%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0

RGB Variations

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

Color information

#FF5091 (or 0xFF5091) is known color: French Rose. HEX triplet: FF, 50 and 91. RGB value is (255,80,145). Sum of RGB (Red+Green+Blue) = 255+80+145=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 80 (31.64% from 255 or 16.67% from 480); Blue value is 145 (57.03% from 255 or 30.21% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5091 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5091 is #00AF6E. Grayscale: #8B8B8B. Windows color (decimal): -44911 or 9523455. OLE color: 9523455.

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

Color convert

RGB 255 80 145 -
CMYK 0 0.69 0.43 0
HSL 337.71º 1% 0.66% -
HSV(B) 337.71º 0.69% 1% -
XYZ 49.22 29.04 29.8 -
YUV 139.74 130.98 210.21 -
System Red Green Blue C M Y K H S L
Decimal 255 80 145 0 0.69 0.43 0 337.71 1 0.66
Hex FF 50 91 0 45 2B 0 152 64 42
Octal 377 120 221 0 105 53 0 522 144 102
Binary 11111111 1010000 10010001 0 1000101 101011 0 101010010 1100100 1000010

Color Harmonies of #FF5091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5091

Black with #FF5091

Text Example


Text Example

White with #FF5091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5091; }

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

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

background-color css

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

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

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

border-color css

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

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

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