#F35FAA

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

Shades of Brilliant Rose #F35FAA

Tints of Brilliant Rose #F35FAA

Color information

#F35FAA (or 0xF35FAA) is unknown color: approx Brilliant Rose. HEX triplet: F3, 5F and AA. RGB value is (243,95,170). Sum of RGB (Red+Green+Blue) = 243+95+170=508 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.83% from 508); Green value is 95 (37.5% from 255 or 18.70% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 243 - color contains mainly: red. Hex color #F35FAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35FAA is #0CA055. Grayscale: #939393. Windows color (decimal): -827478 or 11165683. OLE color: 11165683.

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

Color convert

RGB24395170-
CMYK00.610.300.05
HSL329.59º86.05%66.27%-
HSV(B)329.59º60.91%95.29%-
XYZ48.3130.1441.3-
YUV147.8140.53195.9-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.83%
GREEN value IS 95 (37.5% from 255) = 18.70%
BLUE value IS 170 (66.80% from 255) = 33.46%
R=47.83%
G=18.70%
B=33.46%

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
Decimal2439517000.610.300.05329.5986.0566.27
HexF35FAA03D1E514a5642
Octal363137252075365512126102
Binary1111001110111111010101001111011111010110100101010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35FAA; }

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

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

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

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

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

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

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

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