#F04255

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

Shades of Radical Red #F04255

Tints of Radical Red #F04255

Color information

#F04255 (or 0xF04255) is unknown color: approx Radical Red. HEX triplet: F0, 42 and 55. RGB value is (240,66,85). Sum of RGB (Red+Green+Blue) = 240+66+85=391 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.38% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 240 - color contains mainly: red. Hex color #F04255 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04255 is #0FBDAA. Grayscale: #787878. Windows color (decimal): -1031595 or 5587696. OLE color: 5587696.

HSL color Cylindrical-coordinate representation of color #F04255: hue angle of 353.45º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F04255 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB2406685-
CMYK00.720.650.06
HSL353.45º85.29%60%-
HSV(B)353.45º72.5%94.12%-
XYZ39.5223.0810.97-
YUV120.19108.15213.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 61.38%
GREEN value IS 66 (26.17% from 255) = 16.88%
BLUE value IS 85 (33.59% from 255) = 21.74%
R=61.38%
G=16.88%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240668500.720.650.06353.4585.2960
HexF04255048416161553c
Octal3601021250110101654112574
Binary11110000100001010101010100100010000011101011000011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04255; }

 p { color: rgb(240,66,85); }

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

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

 a { background-color: rgb(240,66,85); }

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

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

 span { border-color: rgb(240,66,85); }

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