#ff4982

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

Shades of French Rose #FF4982

Tints of French Rose #FF4982

Color information

#FF4982 (or 0xFF4982) is unknown color: approx French Rose. HEX triplet: FF, 49 and 82. RGB value is (255,73,130). Sum of RGB (Red+Green+Blue) = 255+73+130=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 73 (28.91% from 255 or 15.94% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4982 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4982 is #00B67D. Grayscale: #858585. Windows color (decimal): -46718 or 8538623. OLE color: 8538623.

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

Color convert

RGB25573130-
CMYK00.710.490
HSL341.21º100%64.31%-
HSV(B)341.21º71.37%100%-
XYZ47.6527.6423.94-
YUV133.92125.8214.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.68%
GREEN value IS 73 (28.91% from 255) = 15.94%
BLUE value IS 130 (51.17% from 255) = 28.38%
R=55.68%
G=15.94%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557313000.710.490341.2110064.31
HexFF49820473101556440
Octal3771112020107610525144100
Binary1111111110010011000001001000111110001010101010111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff4982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff4982; }

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

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

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

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

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

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

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

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