#F357B0

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

Shades of Brilliant Rose #F357B0

Tints of Brilliant Rose #F357B0

Color information

#F357B0 (or 0xF357B0) is unknown color: approx Brilliant Rose. HEX triplet: F3, 57 and B0. RGB value is (243,87,176). Sum of RGB (Red+Green+Blue) = 243+87+176=506 (67% of max value = 765). Red value is 243 (95.31% from 255 or 48.02% from 506); Green value is 87 (34.38% from 255 or 17.19% from 506); Blue value is 176 (69.14% from 255 or 34.78% from 506); Max value from RGB is 243 - color contains mainly: red. Hex color #F357B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F357B0 is #0CA84F. Grayscale: #8F8F8F. Windows color (decimal): -829520 or 11556851. OLE color: 11556851.

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

Color convert

RGB24387176-
CMYK00.640.280.05
HSL325.77º86.67%64.71%-
HSV(B)325.77º64.2%95.29%-
XYZ48.2129.0144.13-
YUV143.79146.18198.76-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.02%
GREEN value IS 87 (34.38% from 255) = 17.19%
BLUE value IS 176 (69.14% from 255) = 34.78%
R=48.02%
G=17.19%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438717600.640.280.05325.7786.6764.71
HexF357B00401C51465741
Octal3631272600100345506127101
Binary11110011101011110110000010000001110010110100011010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F357B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F357B0; }

 p { color: rgb(243,87,176); }

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

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

 a { background-color: rgb(243,87,176); }

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

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

 span { border-color: rgb(243,87,176); }

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