#F358AD

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

Shades of Brilliant Rose #F358AD

Tints of Brilliant Rose #F358AD

Color information

#F358AD (or 0xF358AD) is unknown color: approx Brilliant Rose. HEX triplet: F3, 58 and AD. RGB value is (243,88,173). Sum of RGB (Red+Green+Blue) = 243+88+173=504 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.21% from 504); Green value is 88 (34.77% from 255 or 17.46% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 243 - color contains mainly: red. Hex color #F358AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F358AD is #0CA752. Grayscale: #8F8F8F. Windows color (decimal): -829267 or 11360499. OLE color: 11360499.

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

Color convert

RGB24388173-
CMYK00.640.290.05
HSL327.1º86.59%64.9%-
HSV(B)327.1º63.79%95.29%-
XYZ47.9929.0542.61-
YUV144.04144.35198.59-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.21%
GREEN value IS 88 (34.77% from 255) = 17.46%
BLUE value IS 173 (67.97% from 255) = 34.33%
R=48.21%
G=17.46%
B=34.33%

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
Decimal2438817300.640.290.05327.186.5964.9
HexF358AD0401D51475741
Octal3631302550100355507127101
Binary11110011101100010101101010000001110110110100011110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F358AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F358AD; }

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

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

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

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

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

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

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

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