#F35A9F

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

Shades of Brilliant Rose #F35A9F

Tints of Brilliant Rose #F35A9F

Color information

#F35A9F (or 0xF35A9F) is unknown color: approx Brilliant Rose. HEX triplet: F3, 5A and 9F. RGB value is (243,90,159). Sum of RGB (Red+Green+Blue) = 243+90+159=492 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.39% from 492); Green value is 90 (35.55% from 255 or 18.29% from 492); Blue value is 159 (62.5% from 255 or 32.32% from 492); Max value from RGB is 243 - color contains mainly: red. Hex color #F35A9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35A9F is #0CA560. Grayscale: #8F8F8F. Windows color (decimal): -828769 or 10443507. OLE color: 10443507.

HSL color Cylindrical-coordinate representation of color #F35A9F: hue angle of 332.94º 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 #F35A9F is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB24390159-
CMYK00.630.350.05
HSL332.94º86.44%65.29%-
HSV(B)332.94º62.96%95.29%-
XYZ46.8828.8735.9-
YUV143.61136.69198.89-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.39%
GREEN value IS 90 (35.55% from 255) = 18.29%
BLUE value IS 159 (62.5% from 255) = 32.32%
R=49.39%
G=18.29%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439015900.630.350.05332.9486.4465.29
HexF35A9F03F23514d5641
Octal363132237077435515126101
Binary11110011101101010011111011111110001110110100110110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35A9F; }

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

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

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

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

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

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

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

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