#f358aa

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

Shades of Brilliant Rose #F358AA

Tints of Brilliant Rose #F358AA

Color information

#F358AA (or 0xF358AA) is unknown color: approx Brilliant Rose. HEX triplet: F3, 58 and AA. RGB value is (243,88,170). Sum of RGB (Red+Green+Blue) = 243+88+170=501 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.50% from 501); Green value is 88 (34.77% from 255 or 17.56% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 243 - color contains mainly: red. Hex color #F358AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F358AA is #0CA755. Grayscale: #8F8F8F. Windows color (decimal): -829270 or 11163891. OLE color: 11163891.

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

Color convert

RGB24388170-
CMYK00.640.300.05
HSL328.26º86.59%64.9%-
HSV(B)328.26º63.79%95.29%-
XYZ47.7128.9441.1-
YUV143.69142.85198.83-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.50%
GREEN value IS 88 (34.77% from 255) = 17.56%
BLUE value IS 170 (66.80% from 255) = 33.93%
R=48.50%
G=17.56%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438817000.640.300.05328.2686.5964.9
HexF358AA0401E51485741
Octal3631302520100365510127101
Binary11110011101100010101010010000001111010110100100010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f358aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f358aa; }

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

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

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

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

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

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

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

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