#F35FA9

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

Shades of Brilliant Rose #F35FA9

Tints of Brilliant Rose #F35FA9

Color information

#F35FA9 (or 0xF35FA9) is unknown color: approx Brilliant Rose. HEX triplet: F3, 5F and A9. RGB value is (243,95,169). Sum of RGB (Red+Green+Blue) = 243+95+169=507 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.93% from 507); Green value is 95 (37.5% from 255 or 18.74% from 507); Blue value is 169 (66.41% from 255 or 33.33% from 507); Max value from RGB is 243 - color contains mainly: red. Hex color #F35FA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35FA9 is #0CA056. Grayscale: #939393. Windows color (decimal): -827479 or 11100147. OLE color: 11100147.

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

Color convert

RGB24395169-
CMYK00.610.300.05
HSL330º86.05%66.27%-
HSV(B)330º60.91%95.29%-
XYZ48.2230.140.81-
YUV147.69140.03195.98-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.93%
GREEN value IS 95 (37.5% from 255) = 18.74%
BLUE value IS 169 (66.41% from 255) = 33.33%
R=47.93%
G=18.74%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439516900.610.300.0533086.0566.27
HexF35FA903D1E514a5642
Octal363137251075365512126102
Binary1111001110111111010100101111011111010110100101010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35FA9; }

 p { color: rgb(243,95,169); }

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

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

 a { background-color: rgb(243,95,169); }

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

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

 span { border-color: rgb(243,95,169); }

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