#F03B54

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

Shades of Radical Red #F03B54

Tints of Radical Red #F03B54

Color information

#F03B54 (or 0xF03B54) is unknown color: approx Radical Red. HEX triplet: F0, 3B and 54. RGB value is (240,59,84). Sum of RGB (Red+Green+Blue) = 240+59+84=383 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.66% from 383); Green value is 59 (23.44% from 255 or 15.40% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 240 - color contains mainly: red. Hex color #F03B54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03B54 is #0FC4AB. Grayscale: #747474. Windows color (decimal): -1033388 or 5520368. OLE color: 5520368.

HSL color Cylindrical-coordinate representation of color #F03B54: hue angle of 351.71º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F03B54 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB2405984-
CMYK00.750.650.06
HSL351.71º85.78%58.63%-
HSV(B)351.71º75.42%94.12%-
XYZ39.122.2910.63-
YUV115.97109.97216.47-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 62.66%
GREEN value IS 59 (23.44% from 255) = 15.40%
BLUE value IS 84 (33.20% from 255) = 21.93%
R=62.66%
G=15.40%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240598400.750.650.06351.7185.7858.63
HexF03B5404B416160563b
Octal360731240113101654012673
Binary1111000011101110101000100101110000011101011000001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03B54; }

 p { color: rgb(240,59,84); }

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

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

 a { background-color: rgb(240,59,84); }

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

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

 span { border-color: rgb(240,59,84); }

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