#f352aa

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

Shades of Brilliant Rose #F352AA

Tints of Brilliant Rose #F352AA

Color information

#F352AA (or 0xF352AA) is unknown color: approx Brilliant Rose. HEX triplet: F3, 52 and AA. RGB value is (243,82,170). Sum of RGB (Red+Green+Blue) = 243+82+170=495 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.09% from 495); Green value is 82 (32.42% from 255 or 16.57% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 243 - color contains mainly: red. Hex color #F352AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F352AA is #0CAD55. Grayscale: #8B8B8B. Windows color (decimal): -830806 or 11162355. OLE color: 11162355.

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

Color convert

RGB24382170-
CMYK00.660.300.05
HSL327.2º87.03%63.73%-
HSV(B)327.2º66.26%95.29%-
XYZ47.2427.9940.94-
YUV140.17144.84201.34-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.09%
GREEN value IS 82 (32.42% from 255) = 16.57%
BLUE value IS 170 (66.80% from 255) = 34.34%
R=49.09%
G=16.57%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438217000.660.300.05327.287.0363.73
HexF352AA0421E51475740
Octal3631222520102365507127100
Binary11110011101001010101010010000101111010110100011110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f352aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f352aa; }

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

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

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

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

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

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

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

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