#F3425C

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

Shades of Radical Red #F3425C

Tints of Radical Red #F3425C

Color information

#F3425C (or 0xF3425C) is unknown color: approx Radical Red. HEX triplet: F3, 42 and 5C. RGB value is (243,66,92). Sum of RGB (Red+Green+Blue) = 243+66+92=401 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.60% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 243 - color contains mainly: red. Hex color #F3425C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3425C is #0CBDA3. Grayscale: #797979. Windows color (decimal): -834980 or 6046451. OLE color: 6046451.

HSL color Cylindrical-coordinate representation of color #F3425C: hue angle of 351.19º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F3425C is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB2436692-
CMYK00.730.620.05
HSL351.19º88.06%60.59%-
HSV(B)351.19º72.84%95.29%-
XYZ40.8423.7212.55-
YUV121.89111.14214.39-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 60.60%
GREEN value IS 66 (26.17% from 255) = 16.46%
BLUE value IS 92 (36.33% from 255) = 22.94%
R=60.60%
G=16.46%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243669200.730.620.05351.1988.0660.59
HexF3425C0493E515f583d
Octal363102134011176553713075
Binary1111001110000101011100010010011111101011010111111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3425C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3425C; }

 p { color: rgb(243,66,92); }

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

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

 a { background-color: rgb(243,66,92); }

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

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

 span { border-color: rgb(243,66,92); }

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