#F3508D

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

Shades of French Rose #F3508D

Tints of French Rose #F3508D

Color information

#F3508D (or 0xF3508D) is unknown color: approx French Rose. HEX triplet: F3, 50 and 8D. RGB value is (243,80,141). Sum of RGB (Red+Green+Blue) = 243+80+141=464 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.37% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 243 - color contains mainly: red. Hex color #F3508D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F3508D is #0CAF72. Grayscale: #878787. Windows color (decimal): -831347 or 9261299. OLE color: 9261299.

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

Color convert

RGB24380141-
CMYK00.670.420.05
HSL337.55º87.17%63.33%-
HSV(B)337.55º67.08%95.29%-
XYZ44.6426.7228-
YUV135.69131204.54-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 52.37%
GREEN value IS 80 (31.64% from 255) = 17.24%
BLUE value IS 141 (55.47% from 255) = 30.39%
R=52.37%
G=17.24%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438014100.670.420.05337.5587.1763.33
HexF3508D0432A5152573f
Octal363120215010352552212777
Binary11110011101000010001101010000111010101011010100101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3508D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3508D; }

 p { color: rgb(243,80,141); }

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

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

 a { background-color: rgb(243,80,141); }

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

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

 span { border-color: rgb(243,80,141); }

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