#F45183

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

Shades of French Rose #F45183

Tints of French Rose #F45183

Color information

#F45183 (or 0xF45183) is unknown color: approx French Rose. HEX triplet: F4, 51 and 83. RGB value is (244,81,131). Sum of RGB (Red+Green+Blue) = 244+81+131=456 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.51% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 131 (51.56% from 255 or 28.73% from 456); Max value from RGB is 244 - color contains mainly: red. Hex color #F45183 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45183 is #0BAE7C. Grayscale: #878787. Windows color (decimal): -765565 or 8606196. OLE color: 8606196.

HSL color Cylindrical-coordinate representation of color #F45183: hue angle of 341.6º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F45183 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB24481131-
CMYK00.670.460.04
HSL341.6º88.11%63.73%-
HSV(B)341.6º66.8%95.69%-
XYZ44.3526.7624.3-
YUV135.44125.5205.43-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 53.51%
GREEN value IS 81 (32.03% from 255) = 17.76%
BLUE value IS 131 (51.56% from 255) = 28.73%
R=53.51%
G=17.76%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2448113100.670.460.04341.688.1163.73
HexF451830432E41565840
Octal3641212030103564526130100
Binary111101001010001100000110100001110111010010101011010110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45183; }

 p { color: rgb(244,81,131); }

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

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

 a { background-color: rgb(244,81,131); }

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

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

 span { border-color: rgb(244,81,131); }

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