#f358a0

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

Shades of Brilliant Rose #F358A0

Tints of Brilliant Rose #F358A0

Color information

#F358A0 (or 0xF358A0) is unknown color: approx Brilliant Rose. HEX triplet: F3, 58 and A0. RGB value is (243,88,160). Sum of RGB (Red+Green+Blue) = 243+88+160=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 88 (34.77% from 255 or 17.92% from 491); Blue value is 160 (62.89% from 255 or 32.59% from 491); Max value from RGB is 243 - color contains mainly: red. Hex color #F358A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F358A0 is #0CA75F. Grayscale: #8E8E8E. Windows color (decimal): -829280 or 10508531. OLE color: 10508531.

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

Color convert

RGB24388160-
CMYK00.640.340.05
HSL332.13º86.59%64.9%-
HSV(B)332.13º63.79%95.29%-
XYZ46.828.5736.31-
YUV142.55137.85199.65-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.49%
GREEN value IS 88 (34.77% from 255) = 17.92%
BLUE value IS 160 (62.89% from 255) = 32.59%
R=49.49%
G=17.92%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438816000.640.340.05332.1386.5964.9
HexF358A004022514c5741
Octal3631302400100425514127101
Binary111100111011000101000000100000010001010110100110010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f358a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f358a0; }

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

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

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

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

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

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

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

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