#FF3242

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

Shades of Radical Red #FF3242

Tints of Radical Red #FF3242

Color information

#FF3242 (or 0xFF3242) is unknown color: approx Radical Red. HEX triplet: FF, 32 and 42. RGB value is (255,50,66). Sum of RGB (Red+Green+Blue) = 255+50+66=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3242 is #00CDBD. Grayscale: #717171. Windows color (decimal): -52670 or 4338431. OLE color: 4338431.

HSL color Cylindrical-coordinate representation of color #FF3242: hue angle of 355.32º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF3242 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.

Color convert

RGB2555066-
CMYK00.800.740
HSL355.32º100%59.8%-
HSV(B)355.32º80.39%100%-
XYZ43.3623.937.49-
YUV113.12101.42229.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 68.73%
GREEN value IS 50 (19.92% from 255) = 13.48%
BLUE value IS 66 (26.17% from 255) = 17.79%
R=68.73%
G=13.48%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.74
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255506600.800.740355.3210059.8
HexFF32420504A0163643c
Octal377621020120112054314474
Binary11111111110010100001001010000100101001011000111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3242; }

 p { color: rgb(255,50,66); }

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

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

 a { background-color: rgb(255,50,66); }

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

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

 span { border-color: rgb(255,50,66); }

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