#FF4450

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

Shades of Radical Red #FF4450

Tints of Radical Red #FF4450

Color information

#FF4450 (or 0xFF4450) is unknown color: approx Radical Red. HEX triplet: FF, 44 and 50. RGB value is (255,68,80). Sum of RGB (Red+Green+Blue) = 255+68+80=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 68 (26.95% from 255 or 16.87% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4450 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4450 is #00BBAF. Grayscale: #7D7D7D. Windows color (decimal): -48048 or 5260543. OLE color: 5260543.

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

Color convert

RGB2556880-
CMYK00.730.690
HSL356.15º100%63.33%-
HSV(B)356.15º73.33%100%-
XYZ44.7625.9710.24-
YUV125.28102.45220.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 63.28%
GREEN value IS 68 (26.95% from 255) = 16.87%
BLUE value IS 80 (31.64% from 255) = 19.85%
R=63.28%
G=16.87%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255688000.730.690356.1510063.33
HexFF4450049450164643f
Octal3771041200111105054414477
Binary111111111000100101000001001001100010101011001001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4450; }

 p { color: rgb(255,68,80); }

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

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

 a { background-color: rgb(255,68,80); }

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

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

 span { border-color: rgb(255,68,80); }

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