#F2487E

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

Shades of French Rose #F2487E

Tints of French Rose #F2487E

Color information

#F2487E (or 0xF2487E) is unknown color: approx French Rose. HEX triplet: F2, 48 and 7E. RGB value is (242,72,126). Sum of RGB (Red+Green+Blue) = 242+72+126=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 126 (49.61% from 255 or 28.64% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F2487E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2487E is #0DB781. Grayscale: #808080. Windows color (decimal): -898946 or 8276210. OLE color: 8276210.

HSL color Cylindrical-coordinate representation of color #F2487E: hue angle of 340.94º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2487E is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB24272126-
CMYK00.700.480.05
HSL340.94º86.73%61.57%-
HSV(B)340.94º70.25%94.9%-
XYZ42.725.0222.32-
YUV128.99126.32208.61-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 55%
GREEN value IS 72 (28.52% from 255) = 16.36%
BLUE value IS 126 (49.61% from 255) = 28.64%
R=55%
G=16.36%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427212600.700.480.05340.9486.7361.57
HexF2487E046305155573e
Octal362110176010660552512776
Binary1111001010010001111110010001101100001011010101011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2487E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2487E; }

 p { color: rgb(242,72,126); }

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

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

 a { background-color: rgb(242,72,126); }

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

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

 span { border-color: rgb(242,72,126); }

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