#F7507F

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

Shades of French Rose #F7507F

Tints of French Rose #F7507F

Color information

#F7507F (or 0xF7507F) is unknown color: approx French Rose. HEX triplet: F7, 50 and 7F. RGB value is (247,80,127). Sum of RGB (Red+Green+Blue) = 247+80+127=454 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.41% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 247 - color contains mainly: red. Hex color #F7507F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7507F is #08AF80. Grayscale: #878787. Windows color (decimal): -569217 or 8343799. OLE color: 8343799.

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

Color convert

RGB24780127-
CMYK00.680.490.03
HSL343.11º91.26%64.12%-
HSV(B)343.11º67.61%96.86%-
XYZ45.0627.0422.92-
YUV135.29123.33207.68-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 54.41%
GREEN value IS 80 (31.64% from 255) = 17.62%
BLUE value IS 127 (50% from 255) = 27.97%
R=54.41%
G=17.62%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.49
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2478012700.680.490.03343.1191.2664.12
HexF7507F0443131575b40
Octal3671201770104613527133100
Binary1111011110100001111111010001001100011110101011110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7507F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7507F; }

 p { color: rgb(247,80,127); }

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

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

 a { background-color: rgb(247,80,127); }

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

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

 span { border-color: rgb(247,80,127); }

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