#F5335B

Color #F5335B Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #F5335B

Tints of Radical Red #F5335B

Color information

#F5335B (or 0xF5335B) is unknown color: approx Radical Red. HEX triplet: F5, 33 and 5B. RGB value is (245,51,91). Sum of RGB (Red+Green+Blue) = 245+51+91=387 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.31% from 387); Green value is 51 (20.31% from 255 or 13.18% from 387); Blue value is 91 (35.94% from 255 or 23.51% from 387); Max value from RGB is 245 - color contains mainly: red. Hex color #F5335B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5335B is #0ACCA4. Grayscale: #717171. Windows color (decimal): -707749 or 5977077. OLE color: 5977077.

HSL color Cylindrical-coordinate representation of color #F5335B: hue angle of 347.63º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F5335B is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB2455191-
CMYK00.790.630.04
HSL347.63º90.65%58.04%-
HSV(B)347.63º79.18%96.08%-
XYZ40.7322.5412.1-
YUV113.57115.27221.75-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 63.31%
GREEN value IS 51 (20.31% from 255) = 13.18%
BLUE value IS 91 (35.94% from 255) = 23.51%
R=63.31%
G=13.18%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245519100.790.630.04347.6390.6558.04
HexF5335B04F3F415c5b3a
Octal36563133011777453413372
Binary111101011100111011011010011111111111001010111001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5335B; }

 p { color: rgb(245,51,91); }

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

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

 a { background-color: rgb(245,51,91); }

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

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

 span { border-color: rgb(245,51,91); }

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