#F358AC

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

Shades of Brilliant Rose #F358AC

Tints of Brilliant Rose #F358AC

Color information

#F358AC (or 0xF358AC) is unknown color: approx Brilliant Rose. HEX triplet: F3, 58 and AC. RGB value is (243,88,172). Sum of RGB (Red+Green+Blue) = 243+88+172=503 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.31% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 243 - color contains mainly: red. Hex color #F358AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F358AC is #0CA753. Grayscale: #8F8F8F. Windows color (decimal): -829268 or 11294963. OLE color: 11294963.

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

Color convert

RGB24388172-
CMYK00.640.290.05
HSL327.48º86.59%64.9%-
HSV(B)327.48º63.79%95.29%-
XYZ47.929.0142.11-
YUV143.92143.85198.67-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.31%
GREEN value IS 88 (34.77% from 255) = 17.50%
BLUE value IS 172 (67.58% from 255) = 34.19%
R=48.31%
G=17.50%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438817200.640.290.05327.4886.5964.9
HexF358AC0401D51475741
Octal3631302540100355507127101
Binary11110011101100010101100010000001110110110100011110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F358AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F358AC; }

 p { color: rgb(243,88,172); }

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

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

 a { background-color: rgb(243,88,172); }

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

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

 span { border-color: rgb(243,88,172); }

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