Html Css Color HEX #FD2673 Radical Red

📋 copy color: '#FD2673'

red 253 ◦ green 38 ◦ blue 115

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

Shades of Radical Red #FD2673

Tints of Radical Red #FD2673

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.36%

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

R = 62.32%
G = 9.36%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FD2673 (or 0xFD2673) is known color: Radical Red. HEX triplet: FD, 26 and 73. RGB value is (253,38,115). Sum of RGB (Red+Green+Blue) = 253+38+115=406 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.32% from 406); Green value is 38 (15.23% from 255 or 9.36% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2673 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2673 is #02D98C. Grayscale: #6E6E6E. Windows color (decimal): -186765 or 7546621. OLE color: 7546621.

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

Color convert

RGB 253 38 115 -
CMYK 0 0.85 0.55 0.01
HSL 338.51º 0.98% 0.57% -
HSV(B) 338.51º 0.85% 0.99% -
XYZ 44.3 23.51 18.42 -
YUV 111.06 130.23 229.24 -
System Red Green Blue C M Y K H S L
Decimal 253 38 115 0 0.85 0.55 0.01 338.51 0.98 0.57
Hex FD 26 73 0 55 37 1 153 62 39
Octal 375 46 163 0 125 67 1 523 142 71
Binary 11111101 100110 1110011 0 1010101 110111 1 101010011 1100010 111001

Color Harmonies of #FD2673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2673

Black with #FD2673

Text Example


Text Example

White with #FD2673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2673; }

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

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

background-color css

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

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

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

border-color css

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

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

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