Html Css Color HEX #FD3373 Radical Red

📋 copy color: '#FD3373'

red 253 ◦ green 51 ◦ blue 115

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

Shades of Radical Red #FD3373

Tints of Radical Red #FD3373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.45%

R = 60.38%
G = 12.17%
B = 27.45%

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

#FD3373 (or 0xFD3373) is known color: Radical Red. HEX triplet: FD, 33 and 73. RGB value is (253,51,115). Sum of RGB (Red+Green+Blue) = 253+51+115=419 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.38% from 419); Green value is 51 (20.31% from 255 or 12.17% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3373 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3373 is #02CC8C. Grayscale: #767676. Windows color (decimal): -183437 or 7549949. OLE color: 7549949.

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

Color convert

RGB 253 51 115 -
CMYK 0 0.80 0.55 0.01
HSL 340.99º 0.98% 0.6% -
HSV(B) 340.99º 0.8% 0.99% -
XYZ 44.79 24.49 18.59 -
YUV 118.69 125.92 223.8 -
System Red Green Blue C M Y K H S L
Decimal 253 51 115 0 0.80 0.55 0.01 340.99 0.98 0.6
Hex FD 33 73 0 50 37 1 155 62 3C
Octal 375 63 163 0 120 67 1 525 142 74
Binary 11111101 110011 1110011 0 1010000 110111 1 101010101 1100010 111100

Color Harmonies of #FD3373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3373

Black with #FD3373

Text Example


Text Example

White with #FD3373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3373; }

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

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

background-color css

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

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

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

border-color css

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

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

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