#F35A8F

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

Shades of French Rose #F35A8F

Tints of French Rose #F35A8F

Color information

#F35A8F (or 0xF35A8F) is unknown color: approx French Rose. HEX triplet: F3, 5A and 8F. RGB value is (243,90,143). Sum of RGB (Red+Green+Blue) = 243+90+143=476 (63% of max value = 765). Red value is 243 (95.31% from 255 or 51.05% from 476); Green value is 90 (35.55% from 255 or 18.91% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 243 - color contains mainly: red. Hex color #F35A8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35A8F is #0CA570. Grayscale: #8D8D8D. Windows color (decimal): -828785 or 9394931. OLE color: 9394931.

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

Color convert

RGB24390143-
CMYK00.630.410.05
HSL339.22º86.44%65.29%-
HSV(B)339.22º62.96%95.29%-
XYZ45.5828.3529.06-
YUV141.79128.69200.19-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 51.05%
GREEN value IS 90 (35.55% from 255) = 18.91%
BLUE value IS 143 (56.25% from 255) = 30.04%
R=51.05%
G=18.91%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439014300.630.410.05339.2286.4465.29
HexF35A8F03F2951535641
Octal363132217077515523126101
Binary11110011101101010001111011111110100110110101001110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35A8F; }

 p { color: rgb(243,90,143); }

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

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

 a { background-color: rgb(243,90,143); }

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

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

 span { border-color: rgb(243,90,143); }

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