#fd3a74

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

Shades of Radical Red #FD3A74

Tints of Radical Red #FD3A74

Color information

#FD3A74 (or 0xFD3A74) is unknown color: approx Radical Red. HEX triplet: FD, 3A and 74. RGB value is (253,58,116). Sum of RGB (Red+Green+Blue) = 253+58+116=427 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.25% from 427); Green value is 58 (23.05% from 255 or 13.58% from 427); Blue value is 116 (45.70% from 255 or 27.17% from 427); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3A74 is #02C58B. Grayscale: #7A7A7A. Windows color (decimal): -181644 or 7617277. OLE color: 7617277.

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

Color convert

RGB25358116-
CMYK00.770.540.01
HSL342.15º97.99%60.98%-
HSV(B)342.15º77.08%99.22%-
XYZ45.1725.1719-
YUV122.92124.1220.78-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 59.25%
GREEN value IS 58 (23.05% from 255) = 13.58%
BLUE value IS 116 (45.70% from 255) = 27.17%
R=59.25%
G=13.58%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535811600.770.540.01342.1597.9960.98
HexFD3A7404D361156623d
Octal37572164011566152614275
Binary1111110111101011101000100110111011011010101101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fd3a74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fd3a74; }

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

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

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

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

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

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

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

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