#F356B3

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

Shades of Brilliant Rose #F356B3

Tints of Brilliant Rose #F356B3

Color information

#F356B3 (or 0xF356B3) is unknown color: approx Brilliant Rose. HEX triplet: F3, 56 and B3. RGB value is (243,86,179). Sum of RGB (Red+Green+Blue) = 243+86+179=508 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.83% from 508); Green value is 86 (33.98% from 255 or 16.93% from 508); Blue value is 179 (70.31% from 255 or 35.24% from 508); Max value from RGB is 243 - color contains mainly: red. Hex color #F356B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F356B3 is #0CA94C. Grayscale: #8F8F8F. Windows color (decimal): -829773 or 11753203. OLE color: 11753203.

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

Color convert

RGB24386179-
CMYK00.650.260.05
HSL324.46º86.74%64.51%-
HSV(B)324.46º64.61%95.29%-
XYZ48.4328.9645.69-
YUV143.54148.01198.94-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.83%
GREEN value IS 86 (33.98% from 255) = 16.93%
BLUE value IS 179 (70.31% from 255) = 35.24%
R=47.83%
G=16.93%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438617900.650.260.05324.4686.7464.51
HexF356B30411A51445741
Octal3631262630101325504127101
Binary11110011101011010110011010000011101010110100010010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F356B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F356B3; }

 p { color: rgb(243,86,179); }

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

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

 a { background-color: rgb(243,86,179); }

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

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

 span { border-color: rgb(243,86,179); }

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