#FD1F74

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

Shades of Radical Red #FD1F74

Tints of Radical Red #FD1F74

Color information

#FD1F74 (or 0xFD1F74) is unknown color: approx Radical Red. HEX triplet: FD, 1F and 74. RGB value is (253,31,116). Sum of RGB (Red+Green+Blue) = 253+31+116=400 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.25% from 400); Green value is 31 (12.5% from 255 or 7.75% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1F74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD1F74 is #02E08B. Grayscale: #6A6A6A. Windows color (decimal): -188556 or 7610365. OLE color: 7610365.

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

Color convert

RGB25331116-
CMYK00.880.540.01
HSL337.03º98.23%55.69%-
HSV(B)337.03º87.75%99.22%-
XYZ44.1523.1218.66-
YUV107.07133.05232.09-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 63.25%
GREEN value IS 31 (12.5% from 255) = 7.75%
BLUE value IS 116 (45.70% from 255) = 29%
R=63.25%
G=7.75%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2533111600.880.540.01337.0398.2355.69
HexFD1F740583611516238
Octal37537164013066152114270
Binary111111011111111101000101100011011011010100011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1F74; }

 p { color: rgb(253,31,116); }

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

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

 a { background-color: rgb(253,31,116); }

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

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

 span { border-color: rgb(253,31,116); }

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