#F354AF

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

Shades of Brilliant Rose #F354AF

Tints of Brilliant Rose #F354AF

Color information

#F354AF (or 0xF354AF) is unknown color: approx Brilliant Rose. HEX triplet: F3, 54 and AF. RGB value is (243,84,175). Sum of RGB (Red+Green+Blue) = 243+84+175=502 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.41% from 502); Green value is 84 (33.20% from 255 or 16.73% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 243 - color contains mainly: red. Hex color #F354AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F354AF is #0CAB50. Grayscale: #8D8D8D. Windows color (decimal): -830289 or 11490547. OLE color: 11490547.

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

Color convert

RGB24384175-
CMYK00.650.280.05
HSL325.66º86.89%64.12%-
HSV(B)325.66º65.43%95.29%-
XYZ47.8728.4943.53-
YUV141.92146.68200.1-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.41%
GREEN value IS 84 (33.20% from 255) = 16.73%
BLUE value IS 175 (68.75% from 255) = 34.86%
R=48.41%
G=16.73%
B=34.86%

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
Decimal2438417500.650.280.05325.6686.8964.12
HexF354AF0411C51465740
Octal3631242570101345506127100
Binary11110011101010010101111010000011110010110100011010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F354AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F354AF; }

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

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

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

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

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

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

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

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