Html Css Color HEX #FD3371 Radical Red

📋 copy color: '#FD3371'

red 253 ◦ green 51 ◦ blue 113

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

Shades of Radical Red #FD3371

Tints of Radical Red #FD3371

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.23%

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

R = 60.67%
G = 12.23%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FD3371 (or 0xFD3371) is known color: Radical Red. HEX triplet: FD, 33 and 71. RGB value is (253,51,113). Sum of RGB (Red+Green+Blue) = 253+51+113=417 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.67% from 417); Green value is 51 (20.31% from 255 or 12.23% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3371 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3371 is #02CC8E. Grayscale: #767676. Windows color (decimal): -183439 or 7418877. OLE color: 7418877.

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

Color convert

RGB 253 51 113 -
CMYK 0 0.80 0.55 0.01
HSL 341.58º 0.98% 0.6% -
HSV(B) 341.58º 0.8% 0.99% -
XYZ 44.67 24.44 17.99 -
YUV 118.47 124.92 223.96 -
System Red Green Blue C M Y K H S L
Decimal 253 51 113 0 0.80 0.55 0.01 341.58 0.98 0.6
Hex FD 33 71 0 50 37 1 156 62 3C
Octal 375 63 161 0 120 67 1 526 142 74
Binary 11111101 110011 1110001 0 1010000 110111 1 101010110 1100010 111100

Color Harmonies of #FD3371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3371

Black with #FD3371

Text Example


Text Example

White with #FD3371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3371; }

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

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

background-color css

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

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

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

border-color css

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

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

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