#FD1F70

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

Shades of Radical Red #FD1F70

Tints of Radical Red #FD1F70

Color information

#FD1F70 (or 0xFD1F70) is unknown color: approx Radical Red. HEX triplet: FD, 1F and 70. RGB value is (253,31,112). Sum of RGB (Red+Green+Blue) = 253+31+112=396 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.89% from 396); Green value is 31 (12.5% from 255 or 7.83% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1F70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD1F70 is #02E08F. Grayscale: #6A6A6A. Windows color (decimal): -188560 or 7348221. OLE color: 7348221.

HSL color Cylindrical-coordinate representation of color #FD1F70: hue angle of 338.11º 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 #FD1F70 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB25331112-
CMYK00.880.560.01
HSL338.11º98.23%55.69%-
HSV(B)338.11º87.75%99.22%-
XYZ43.9223.0317.46-
YUV106.61131.05232.41-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 63.89%
GREEN value IS 31 (12.5% from 255) = 7.83%
BLUE value IS 112 (44.14% from 255) = 28.28%
R=63.89%
G=7.83%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2533111200.880.560.01338.1198.2355.69
HexFD1F700583811526238
Octal37537160013070152214270
Binary111111011111111100000101100011100011010100101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1F70; }

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

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

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

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

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

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

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

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