#FF4983

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

Shades of French Rose #FF4983

Tints of French Rose #FF4983

Color information

#FF4983 (or 0xFF4983) is unknown color: approx French Rose. HEX triplet: FF, 49 and 83. RGB value is (255,73,131). Sum of RGB (Red+Green+Blue) = 255+73+131=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 73 (28.91% from 255 or 15.90% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4983 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4983 is #00B67C. Grayscale: #858585. Windows color (decimal): -46717 or 8604159. OLE color: 8604159.

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

Color convert

RGB25573131-
CMYK00.710.490
HSL340.88º100%64.31%-
HSV(B)340.88º71.37%100%-
XYZ47.7227.6624.3-
YUV134.03126.3214.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.56%
GREEN value IS 73 (28.91% from 255) = 15.90%
BLUE value IS 131 (51.56% from 255) = 28.54%
R=55.56%
G=15.90%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557313100.710.490340.8810064.31
HexFF49830473101556440
Octal3771112030107610525144100
Binary1111111110010011000001101000111110001010101010111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4983; }

 p { color: rgb(255,73,131); }

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

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

 a { background-color: rgb(255,73,131); }

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

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

 span { border-color: rgb(255,73,131); }

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