Html Css Color HEX #FF5291 French Rose

📋 copy color: '#FF5291'

red 255 ◦ green 82 ◦ blue 145

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

Shades of French Rose #FF5291

Tints of French Rose #FF5291

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.01%

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

R = 52.9%
G = 17.01%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0

RGB Variations

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

Color information

#FF5291 (or 0xFF5291) is known color: French Rose. HEX triplet: FF, 52 and 91. RGB value is (255,82,145). Sum of RGB (Red+Green+Blue) = 255+82+145=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 82 (32.42% from 255 or 17.01% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5291 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5291 is #00AD6E. Grayscale: #8C8C8C. Windows color (decimal): -44399 or 9523967. OLE color: 9523967.

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

Color convert

RGB 255 82 145 -
CMYK 0 0.68 0.43 0
HSL 338.15º 1% 0.66% -
HSV(B) 338.15º 0.68% 1% -
XYZ 49.37 29.34 29.85 -
YUV 140.91 130.31 209.38 -
System Red Green Blue C M Y K H S L
Decimal 255 82 145 0 0.68 0.43 0 338.15 1 0.66
Hex FF 52 91 0 44 2B 0 152 64 42
Octal 377 122 221 0 104 53 0 522 144 102
Binary 11111111 1010010 10010001 0 1000100 101011 0 101010010 1100100 1000010

Color Harmonies of #FF5291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5291

Black with #FF5291

Text Example


Text Example

White with #FF5291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5291; }

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

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

background-color css

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

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

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

border-color css

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

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

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