#F354AE

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

Shades of Brilliant Rose #F354AE

Tints of Brilliant Rose #F354AE

Color information

#F354AE (or 0xF354AE) is unknown color: approx Brilliant Rose. HEX triplet: F3, 54 and AE. RGB value is (243,84,174). Sum of RGB (Red+Green+Blue) = 243+84+174=501 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.50% from 501); Green value is 84 (33.20% from 255 or 16.77% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 243 - color contains mainly: red. Hex color #F354AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F354AE is #0CAB51. Grayscale: #8D8D8D. Windows color (decimal): -830290 or 11425011. OLE color: 11425011.

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

Color convert

RGB24384174-
CMYK00.650.280.05
HSL326.04º86.89%64.12%-
HSV(B)326.04º65.43%95.29%-
XYZ47.7728.4543.02-
YUV141.8146.18200.18-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.50%
GREEN value IS 84 (33.20% from 255) = 16.77%
BLUE value IS 174 (68.36% from 255) = 34.73%
R=48.50%
G=16.77%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438417400.650.280.05326.0486.8964.12
HexF354AE0411C51465740
Octal3631242560101345506127100
Binary11110011101010010101110010000011110010110100011010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F354AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F354AE; }

 p { color: rgb(243,84,174); }

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

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

 a { background-color: rgb(243,84,174); }

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

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

 span { border-color: rgb(243,84,174); }

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