#FF3F68

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

Shades of Radical Red #FF3F68

Tints of Radical Red #FF3F68

Color information

#FF3F68 (or 0xFF3F68) is unknown color: approx Radical Red. HEX triplet: FF, 3F and 68. RGB value is (255,63,104). Sum of RGB (Red+Green+Blue) = 255+63+104=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 63 (25% from 255 or 14.93% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3F68 is #00C097. Grayscale: #7D7D7D. Windows color (decimal): -49304 or 6832127. OLE color: 6832127.

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

Color convert

RGB25563104-
CMYK00.750.590
HSL347.19º100%62.35%-
HSV(B)347.19º75.29%100%-
XYZ45.5225.8115.68-
YUV125.08116.11220.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60.43%
GREEN value IS 63 (25% from 255) = 14.93%
BLUE value IS 104 (41.02% from 255) = 24.64%
R=60.43%
G=14.93%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556310400.750.590347.1910062.35
HexFF3F6804B3B015b643e
Octal37777150011373053314476
Binary1111111111111111010000100101111101101010110111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3F68; }

 p { color: rgb(255,63,104); }

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

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

 a { background-color: rgb(255,63,104); }

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

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

 span { border-color: rgb(255,63,104); }

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