#ff5392

Color #FF5392 French Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Rose #FF5392

Tints of French Rose #FF5392

Color information

#FF5392 (or 0xFF5392) is unknown color: approx French Rose. HEX triplet: FF, 53 and 92. RGB value is (255,83,146). Sum of RGB (Red+Green+Blue) = 255+83+146=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 83 (32.81% from 255 or 17.15% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5392 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5392 is #00AC6D. Grayscale: #8D8D8D. Windows color (decimal): -44142 or 9589759. OLE color: 9589759.

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

Color convert

RGB25583146-
CMYK00.670.430
HSL338.02º100%66.27%-
HSV(B)338.02º67.45%100%-
XYZ49.5229.5230.28-
YUV141.61130.48208.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.69%
GREEN value IS 83 (32.81% from 255) = 17.15%
BLUE value IS 146 (57.42% from 255) = 30.17%
R=52.69%
G=17.15%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558314600.670.430338.0210066.27
HexFF53920432B01526442
Octal3771232220103530522144102
Binary1111111110100111001001001000011101011010101001011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff5392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff5392; }

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

 H1.HeaderClassName
 {
   color: #ff5392;
 }
 .AnyTagClassName
 {
   color: #ff5392;
 }
</style>
background-color css

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

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

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

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

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

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