#F0467F

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

Shades of French Rose #F0467F

Tints of French Rose #F0467F

Color information

#F0467F (or 0xF0467F) is unknown color: approx French Rose. HEX triplet: F0, 46 and 7F. RGB value is (240,70,127). Sum of RGB (Red+Green+Blue) = 240+70+127=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F0467F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0467F is #0FB980. Grayscale: #7F7F7F. Windows color (decimal): -1030529 or 8341232. OLE color: 8341232.

HSL color Cylindrical-coordinate representation of color #F0467F: hue angle of 339.88º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F0467F is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB24070127-
CMYK00.710.470.06
HSL339.88º85%60.78%-
HSV(B)339.88º70.83%94.12%-
XYZ41.9624.4422.58-
YUV127.33127.82208.37-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 54.92%
GREEN value IS 70 (27.73% from 255) = 16.02%
BLUE value IS 127 (50% from 255) = 29.06%
R=54.92%
G=16.02%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407012700.710.470.06339.888560.78
HexF0467F0472F6154553d
Octal360106177010757652412575
Binary1111000010001101111111010001111011111101010101001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0467F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0467F; }

 p { color: rgb(240,70,127); }

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

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

 a { background-color: rgb(240,70,127); }

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

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

 span { border-color: rgb(240,70,127); }

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