#FF4067

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

Shades of Radical Red #FF4067

Tints of Radical Red #FF4067

Color information

#FF4067 (or 0xFF4067) is unknown color: approx Radical Red. HEX triplet: FF, 40 and 67. RGB value is (255,64,103). Sum of RGB (Red+Green+Blue) = 255+64+103=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 103 (40.62% from 255 or 24.41% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4067 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4067 is #00BF98. Grayscale: #7D7D7D. Windows color (decimal): -49049 or 6766847. OLE color: 6766847.

HSL color Cylindrical-coordinate representation of color #FF4067: hue angle of 347.75º 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 #FF4067 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.

Color convert

RGB25564103-
CMYK00.750.600
HSL347.75º100%62.55%-
HSV(B)347.75º74.9%100%-
XYZ45.5225.9115.43-
YUV125.56115.28220.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60.43%
GREEN value IS 64 (25.39% from 255) = 15.17%
BLUE value IS 103 (40.62% from 255) = 24.41%
R=60.43%
G=15.17%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.60
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556410300.750.600347.7510062.55
HexFF406704B3C015c643f
Octal377100147011374053414477
Binary11111111100000011001110100101111110001010111001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4067; }

 p { color: rgb(255,64,103); }

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

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

 a { background-color: rgb(255,64,103); }

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

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

 span { border-color: rgb(255,64,103); }

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