#F84B94

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

Shades of French Rose #F84B94

Tints of French Rose #F84B94

Color information

#F84B94 (or 0xF84B94) is unknown color: approx French Rose. HEX triplet: F8, 4B and 94. RGB value is (248,75,148). Sum of RGB (Red+Green+Blue) = 248+75+148=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 75 (29.69% from 255 or 15.92% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F84B94 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84B94 is #07B46B. Grayscale: #868686. Windows color (decimal): -504940 or 9718776. OLE color: 9718776.

HSL color Cylindrical-coordinate representation of color #F84B94: hue angle of 334.68º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F84B94 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB24875148-
CMYK00.700.400.03
HSL334.68º92.51%63.33%-
HSV(B)334.68º69.76%97.25%-
XYZ46.5727.1330.8-
YUV135.05135.31208.56-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 52.65%
GREEN value IS 75 (29.69% from 255) = 15.92%
BLUE value IS 148 (58.20% from 255) = 31.42%
R=52.65%
G=15.92%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2487514800.700.400.03334.6892.5163.33
HexF84B9404628314f5d3f
Octal370113224010650351713577
Binary1111100010010111001010001000110101000111010011111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F84B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F84B94; }

 p { color: rgb(248,75,148); }

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

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

 a { background-color: rgb(248,75,148); }

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

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

 span { border-color: rgb(248,75,148); }

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