Html Css Color HEX #FD3673 Radical Red

📋 copy color: '#FD3673'

red 253 ◦ green 54 ◦ blue 115

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

Shades of Radical Red #FD3673

Tints of Radical Red #FD3673

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.8%

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

R = 59.95%
G = 12.8%
B = 27.25%

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

#FD3673 (or 0xFD3673) is known color: Radical Red. HEX triplet: FD, 36 and 73. RGB value is (253,54,115). Sum of RGB (Red+Green+Blue) = 253+54+115=422 (55% of max value = 765). Red value is 253 (99.22% from 255 or 59.95% from 422); Green value is 54 (21.48% from 255 or 12.80% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3673 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3673 is #02C98C. Grayscale: #787878. Windows color (decimal): -182669 or 7550717. OLE color: 7550717.

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

Color convert

RGB 253 54 115 -
CMYK 0 0.79 0.55 0.01
HSL 341.61º 0.98% 0.6% -
HSV(B) 341.61º 0.79% 0.99% -
XYZ 44.92 24.76 18.63 -
YUV 120.46 124.93 222.54 -
System Red Green Blue C M Y K H S L
Decimal 253 54 115 0 0.79 0.55 0.01 341.61 0.98 0.6
Hex FD 36 73 0 4F 37 1 156 62 3C
Octal 375 66 163 0 117 67 1 526 142 74
Binary 11111101 110110 1110011 0 1001111 110111 1 101010110 1100010 111100

Color Harmonies of #FD3673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3673

Black with #FD3673

Text Example


Text Example

White with #FD3673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3673; }

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

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

background-color css

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

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

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

border-color css

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

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

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