#FF3C67

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

Shades of Radical Red #FF3C67

Tints of Radical Red #FF3C67

Color information

#FF3C67 (or 0xFF3C67) is unknown color: approx Radical Red. HEX triplet: FF, 3C and 67. RGB value is (255,60,103). Sum of RGB (Red+Green+Blue) = 255+60+103=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 60 (23.83% from 255 or 14.35% from 418); Blue value is 103 (40.62% from 255 or 24.64% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3C67 is #00C398. Grayscale: #7B7B7B. Windows color (decimal): -50073 or 6765823. OLE color: 6765823.

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

Color convert

RGB25560103-
CMYK00.760.600
HSL346.77º100%61.76%-
HSV(B)346.77º76.47%100%-
XYZ45.325.4715.36-
YUV123.21116.6222-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 61.00%
GREEN value IS 60 (23.83% from 255) = 14.35%
BLUE value IS 103 (40.62% from 255) = 24.64%
R=61.00%
G=14.35%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.60
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556010300.760.600346.7710061.76
HexFF3C6704C3C015b643e
Octal37774147011474053314476
Binary1111111111110011001110100110011110001010110111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3C67; }

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

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

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

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

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

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

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

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