#FD3F67

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

Shades of Radical Red #FD3F67

Tints of Radical Red #FD3F67

Color information

#FD3F67 (or 0xFD3F67) is unknown color: approx Radical Red. HEX triplet: FD, 3F and 67. RGB value is (253,63,103). Sum of RGB (Red+Green+Blue) = 253+63+103=419 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.38% from 419); Green value is 63 (25% from 255 or 15.04% from 419); Blue value is 103 (40.62% from 255 or 24.58% from 419); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3F67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3F67 is #02C098. Grayscale: #7C7C7C. Windows color (decimal): -180377 or 6766589. OLE color: 6766589.

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

Color convert

RGB25363103-
CMYK00.750.590.01
HSL347.37º97.94%61.96%-
HSV(B)347.37º75.1%99.22%-
XYZ44.7325.4215.38-
YUV124.37115.95219.75-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 60.38%
GREEN value IS 63 (25% from 255) = 15.04%
BLUE value IS 103 (40.62% from 255) = 24.58%
R=60.38%
G=15.04%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536310300.750.590.01347.3797.9461.96
HexFD3F6704B3B115b623e
Octal37577147011373153314276
Binary1111110111111111001110100101111101111010110111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3F67; }

 p { color: rgb(253,63,103); }

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

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

 a { background-color: rgb(253,63,103); }

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

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

 span { border-color: rgb(253,63,103); }

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