#F356B2

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

Shades of Brilliant Rose #F356B2

Tints of Brilliant Rose #F356B2

Color information

#F356B2 (or 0xF356B2) is unknown color: approx Brilliant Rose. HEX triplet: F3, 56 and B2. RGB value is (243,86,178). Sum of RGB (Red+Green+Blue) = 243+86+178=507 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.93% from 507); Green value is 86 (33.98% from 255 or 16.96% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 243 - color contains mainly: red. Hex color #F356B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F356B2 is #0CA94D. Grayscale: #8F8F8F. Windows color (decimal): -829774 or 11687667. OLE color: 11687667.

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

Color convert

RGB24386178-
CMYK00.650.270.05
HSL324.84º86.74%64.51%-
HSV(B)324.84º64.61%95.29%-
XYZ48.3328.9245.16-
YUV143.43147.51199.02-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.93%
GREEN value IS 86 (33.98% from 255) = 16.96%
BLUE value IS 178 (69.92% from 255) = 35.11%
R=47.93%
G=16.96%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438617800.650.270.05324.8486.7464.51
HexF356B20411B51455741
Octal3631262620101335505127101
Binary11110011101011010110010010000011101110110100010110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F356B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F356B2; }

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

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

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

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

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

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

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

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