Html Css Color HEX #FD3471 Radical Red

📋 copy color: '#FD3471'

red 253 ◦ green 52 ◦ blue 113

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

Shades of Radical Red #FD3471

Tints of Radical Red #FD3471

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.44%

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

R = 60.53%
G = 12.44%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FD3471 (or 0xFD3471) is known color: Radical Red. HEX triplet: FD, 34 and 71. RGB value is (253,52,113). Sum of RGB (Red+Green+Blue) = 253+52+113=418 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.53% from 418); Green value is 52 (20.70% from 255 or 12.44% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3471 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3471 is #02CB8E. Grayscale: #777777. Windows color (decimal): -183183 or 7419133. OLE color: 7419133.

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

Color convert

RGB 253 52 113 -
CMYK 0 0.79 0.55 0.01
HSL 341.79º 0.98% 0.6% -
HSV(B) 341.79º 0.79% 0.99% -
XYZ 44.72 24.53 18 -
YUV 119.05 124.59 223.54 -
System Red Green Blue C M Y K H S L
Decimal 253 52 113 0 0.79 0.55 0.01 341.79 0.98 0.6
Hex FD 34 71 0 4F 37 1 156 62 3C
Octal 375 64 161 0 117 67 1 526 142 74
Binary 11111101 110100 1110001 0 1001111 110111 1 101010110 1100010 111100

Color Harmonies of #FD3471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3471

Black with #FD3471

Text Example


Text Example

White with #FD3471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3471; }

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

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

background-color css

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

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

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

border-color css

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

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

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