#F3538B

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

Shades of French Rose #F3538B

Tints of French Rose #F3538B

Color information

#F3538B (or 0xF3538B) is unknown color: approx French Rose. HEX triplet: F3, 53 and 8B. RGB value is (243,83,139). Sum of RGB (Red+Green+Blue) = 243+83+139=465 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.26% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 139 (54.69% from 255 or 29.89% from 465); Max value from RGB is 243 - color contains mainly: red. Hex color #F3538B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F3538B is #0CAC74. Grayscale: #898989. Windows color (decimal): -830581 or 9130995. OLE color: 9130995.

HSL color Cylindrical-coordinate representation of color #F3538B: hue angle of 339º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F3538B is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB24383139-
CMYK00.660.430.05
HSL339º86.96%63.92%-
HSV(B)339º65.84%95.29%-
XYZ44.7227.1127.3-
YUV137.22129.01203.45-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 52.26%
GREEN value IS 83 (32.81% from 255) = 17.85%
BLUE value IS 139 (54.69% from 255) = 29.89%
R=52.26%
G=17.85%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438313900.660.430.0533986.9663.92
HexF3538B0422B51535740
Octal3631232130102535523127100
Binary111100111010011100010110100001010101110110101001110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3538B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3538B; }

 p { color: rgb(243,83,139); }

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

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

 a { background-color: rgb(243,83,139); }

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

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

 span { border-color: rgb(243,83,139); }

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