Html Css Color HEX #FD3A71 Radical Red

📋 copy color: '#FD3A71'

red 253 ◦ green 58 ◦ blue 113

#FD3A71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Radical Red #FD3A71

Tints of Radical Red #FD3A71

RGB

 RED value IS 253 (99.22% from 255) = 59.67%

 GREEN value IS 58 (23.05% from 255) = 13.68%

 BLUE value IS 113 (44.53% from 255) = 26.65%

R = 59.67%
G = 13.68%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FD3A71 (or 0xFD3A71) is known color: Radical Red. HEX triplet: FD, 3A and 71. RGB value is (253,58,113). Sum of RGB (Red+Green+Blue) = 253+58+113=424 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.67% from 424); Green value is 58 (23.05% from 255 or 13.68% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3A71 is #02C58E. Grayscale: #7A7A7A. Windows color (decimal): -181647 or 7420669. OLE color: 7420669.

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

Color convert

RGB 253 58 113 -
CMYK 0 0.77 0.55 0.01
HSL 343.08º 0.98% 0.61% -
HSV(B) 343.08º 0.77% 0.99% -
XYZ 45 25.1 18.1 -
YUV 122.58 122.6 221.03 -
System Red Green Blue C M Y K H S L
Decimal 253 58 113 0 0.77 0.55 0.01 343.08 0.98 0.61
Hex FD 3A 71 0 4D 37 1 157 62 3D
Octal 375 72 161 0 115 67 1 527 142 75
Binary 11111101 111010 1110001 0 1001101 110111 1 101010111 1100010 111101

Color Harmonies of #FD3A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3A71

Black with #FD3A71

Text Example


Text Example

White with #FD3A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3A71; }

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

 H1.HeaderClassName
 {
   color: #FD3A71;
 }
 .AnyTagClassName
 {
   color: #FD3A71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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