#ff3d4f

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

Shades of Radical Red #FF3D4F

Tints of Radical Red #FF3D4F

Color information

#FF3D4F (or 0xFF3D4F) is unknown color: approx Radical Red. HEX triplet: FF, 3D and 4F. RGB value is (255,61,79). Sum of RGB (Red+Green+Blue) = 255+61+79=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 61 (24.22% from 255 or 15.44% from 395); Blue value is 79 (31.25% from 255 or 20% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3D4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3D4F is #00C2B0. Grayscale: #797979. Windows color (decimal): -49841 or 5193215. OLE color: 5193215.

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

Color convert

RGB2556179-
CMYK00.760.690
HSL354.43º100%61.96%-
HSV(B)354.43º76.08%100%-
XYZ44.3225.169.92-
YUV121.06104.27223.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 64.56%
GREEN value IS 61 (24.22% from 255) = 15.44%
BLUE value IS 79 (31.25% from 255) = 20%
R=64.56%
G=15.44%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255617900.760.690354.4310061.96
HexFF3D4F04C450162643e
Octal377751170114105054214476
Binary11111111111101100111101001100100010101011000101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff3d4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff3d4f; }

 p { color: rgb(255,61,79); }

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

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

 a { background-color: rgb(255,61,79); }

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

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

 span { border-color: rgb(255,61,79); }

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