#F353AB

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

Shades of Brilliant Rose #F353AB

Tints of Brilliant Rose #F353AB

Color information

#F353AB (or 0xF353AB) is unknown color: approx Brilliant Rose. HEX triplet: F3, 53 and AB. RGB value is (243,83,171). Sum of RGB (Red+Green+Blue) = 243+83+171=497 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.89% from 497); Green value is 83 (32.81% from 255 or 16.70% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 243 - color contains mainly: red. Hex color #F353AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F353AB is #0CAC54. Grayscale: #8C8C8C. Windows color (decimal): -830549 or 11228147. OLE color: 11228147.

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

Color convert

RGB24383171-
CMYK00.660.300.05
HSL327º86.96%63.92%-
HSV(B)327º65.84%95.29%-
XYZ47.4128.1841.47-
YUV140.87145.01200.84-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.89%
GREEN value IS 83 (32.81% from 255) = 16.70%
BLUE value IS 171 (67.19% from 255) = 34.41%
R=48.89%
G=16.70%
B=34.41%

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
Decimal2438317100.660.300.0532786.9663.92
HexF353AB0421E51475740
Octal3631232530102365507127100
Binary11110011101001110101011010000101111010110100011110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F353AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F353AB; }

 p { color: rgb(243,83,171); }

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

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

 a { background-color: rgb(243,83,171); }

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

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

 span { border-color: rgb(243,83,171); }

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