#F84D7F

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

Shades of French Rose #F84D7F

Tints of French Rose #F84D7F

Color information

#F84D7F (or 0xF84D7F) is unknown color: approx French Rose. HEX triplet: F8, 4D and 7F. RGB value is (248,77,127). Sum of RGB (Red+Green+Blue) = 248+77+127=452 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.87% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 248 - color contains mainly: red. Hex color #F84D7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F84D7F is #07B280. Grayscale: #858585. Windows color (decimal): -504449 or 8343032. OLE color: 8343032.

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

Color convert

RGB24877127-
CMYK00.690.490.03
HSL342.46º92.43%63.73%-
HSV(B)342.46º68.95%97.25%-
XYZ45.226.822.87-
YUV133.83124.15209.43-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 54.87%
GREEN value IS 77 (30.47% from 255) = 17.04%
BLUE value IS 127 (50% from 255) = 28.10%
R=54.87%
G=17.04%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.49
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2487712700.690.490.03342.4692.4363.73
HexF84D7F0453131565c40
Octal3701151770105613526134100
Binary1111100010011011111111010001011100011110101011010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F84D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F84D7F; }

 p { color: rgb(248,77,127); }

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

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

 a { background-color: rgb(248,77,127); }

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

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

 span { border-color: rgb(248,77,127); }

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