#FF414F

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

Shades of Radical Red #FF414F

Tints of Radical Red #FF414F

Color information

#FF414F (or 0xFF414F) is unknown color: approx Radical Red. HEX triplet: FF, 41 and 4F. RGB value is (255,65,79). Sum of RGB (Red+Green+Blue) = 255+65+79=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 65 (25.78% from 255 or 16.29% from 399); Blue value is 79 (31.25% from 255 or 19.80% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF414F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF414F is #00BEB0. Grayscale: #7B7B7B. Windows color (decimal): -48817 or 5194239. OLE color: 5194239.

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

Color convert

RGB2556579-
CMYK00.750.690
HSL355.58º100%62.75%-
HSV(B)355.58º74.51%100%-
XYZ44.5425.619.99-
YUV123.41102.95221.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 63.91%
GREEN value IS 65 (25.78% from 255) = 16.29%
BLUE value IS 79 (31.25% from 255) = 19.80%
R=63.91%
G=16.29%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255657900.750.690355.5810062.75
HexFF414F04B450164643f
Octal3771011170113105054414477
Binary111111111000001100111101001011100010101011001001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF414F; }

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

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

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

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

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

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

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

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