#F7235E

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

Shades of Radical Red #F7235E

Tints of Radical Red #F7235E

Color information

#F7235E (or 0xF7235E) is unknown color: approx Radical Red. HEX triplet: F7, 23 and 5E. RGB value is (247,35,94). Sum of RGB (Red+Green+Blue) = 247+35+94=376 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.69% from 376); Green value is 35 (14.06% from 255 or 9.31% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 247 - color contains mainly: red. Hex color #F7235E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7235E is #08DCA1. Grayscale: #696969. Windows color (decimal): -580770 or 6169591. OLE color: 6169591.

HSL color Cylindrical-coordinate representation of color #F7235E: hue angle of 343.3º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F7235E is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB2473594-
CMYK00.860.620.03
HSL343.3º92.98%55.29%-
HSV(B)343.3º85.83%96.86%-
XYZ40.9821.7812.63-
YUV105.11121.74229.2-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 65.69%
GREEN value IS 35 (14.06% from 255) = 9.31%
BLUE value IS 94 (37.11% from 255) = 25%
R=65.69%
G=9.31%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247359400.860.620.03343.392.9855.29
HexF7235E0563E31575d37
Octal36743136012676352713567
Binary11110111100011101111001010110111110111010101111011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7235E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7235E; }

 p { color: rgb(247,35,94); }

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

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

 a { background-color: rgb(247,35,94); }

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

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

 span { border-color: rgb(247,35,94); }

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