#F0488A

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

Shades of French Rose #F0488A

Tints of French Rose #F0488A

Color information

#F0488A (or 0xF0488A) is unknown color: approx French Rose. HEX triplet: F0, 48 and 8A. RGB value is (240,72,138). Sum of RGB (Red+Green+Blue) = 240+72+138=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F0488A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0488A is #0FB775. Grayscale: #818181. Windows color (decimal): -1030006 or 9062640. OLE color: 9062640.

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

Color convert

RGB24072138-
CMYK00.70.420.06
HSL336.43º84.85%61.18%-
HSV(B)336.43º70%94.12%-
XYZ42.8424.9926.61-
YUV129.76132.66206.63-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.33%
GREEN value IS 72 (28.52% from 255) = 16%
BLUE value IS 138 (54.30% from 255) = 30.67%
R=53.33%
G=16%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407213800.70.420.06336.4384.8561.18
HexF0488A0462A6150553d
Octal360110212010652652012575
Binary11110000100100010001010010001101010101101010100001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0488A; }

 p { color: rgb(240,72,138); }

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

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

 a { background-color: rgb(240,72,138); }

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

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

 span { border-color: rgb(240,72,138); }

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