#FF3F41

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

Shades of Radical Red #FF3F41

Tints of Radical Red #FF3F41

Color information

#FF3F41 (or 0xFF3F41) is unknown color: approx Radical Red. HEX triplet: FF, 3F and 41. RGB value is (255,63,65). Sum of RGB (Red+Green+Blue) = 255+63+65=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 63 (25% from 255 or 16.45% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3F41 is #00C0BE. Grayscale: #787878. Windows color (decimal): -49343 or 4276223. OLE color: 4276223.

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

Color convert

RGB2556365-
CMYK00.750.750
HSL359.38º100%62.35%-
HSV(B)359.38º75.29%100%-
XYZ43.9725.27.55-
YUV120.6496.61223.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 66.58%
GREEN value IS 63 (25% from 255) = 16.45%
BLUE value IS 65 (25.78% from 255) = 16.97%
R=66.58%
G=16.45%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255636500.750.750359.3810062.35
HexFF3F4104B4B0167643e
Octal377771010113113054714476
Binary11111111111111100000101001011100101101011001111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3F41; }

 p { color: rgb(255,63,65); }

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

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

 a { background-color: rgb(255,63,65); }

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

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

 span { border-color: rgb(255,63,65); }

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