Html Css Color HEX #FF5290 French Rose

📋 copy color: '#FF5290'

red 255 ◦ green 82 ◦ blue 144

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

Shades of French Rose #FF5290

Tints of French Rose #FF5290

RGB

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

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

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

R = 53.01%
G = 17.05%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FF5290 (or 0xFF5290) is known color: French Rose. HEX triplet: FF, 52 and 90. RGB value is (255,82,144). Sum of RGB (Red+Green+Blue) = 255+82+144=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5290 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5290 is #00AD6F. Grayscale: #8C8C8C. Windows color (decimal): -44400 or 9458431. OLE color: 9458431.

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

Color convert

RGB 255 82 144 -
CMYK 0 0.68 0.44 0
HSL 338.5º 1% 0.66% -
HSV(B) 338.5º 0.68% 1% -
XYZ 49.29 29.31 29.44 -
YUV 140.8 129.81 209.46 -
System Red Green Blue C M Y K H S L
Decimal 255 82 144 0 0.68 0.44 0 338.5 1 0.66
Hex FF 52 90 0 44 2C 0 152 64 42
Octal 377 122 220 0 104 54 0 522 144 102
Binary 11111111 1010010 10010000 0 1000100 101100 0 101010010 1100100 1000010

Color Harmonies of #FF5290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5290

Black with #FF5290

Text Example


Text Example

White with #FF5290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5290; }

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

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

background-color css

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

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

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

border-color css

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

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

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