Html Css Color HEX #FD4173 Radical Red

📋 copy color: '#FD4173'

red 253 ◦ green 65 ◦ blue 115

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

Shades of Radical Red #FD4173

Tints of Radical Red #FD4173

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.01%

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

R = 58.43%
G = 15.01%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FD4173 (or 0xFD4173) is known color: Radical Red. HEX triplet: FD, 41 and 73. RGB value is (253,65,115). Sum of RGB (Red+Green+Blue) = 253+65+115=433 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.43% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4173 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4173 is #02BE8C. Grayscale: #7E7E7E. Windows color (decimal): -179853 or 7553533. OLE color: 7553533.

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

Color convert

RGB 253 65 115 -
CMYK 0 0.74 0.55 0.01
HSL 344.04º 0.98% 0.62% -
HSV(B) 344.04º 0.74% 0.99% -
XYZ 45.49 25.9 18.82 -
YUV 126.91 121.28 217.93 -
System Red Green Blue C M Y K H S L
Decimal 253 65 115 0 0.74 0.55 0.01 344.04 0.98 0.62
Hex FD 41 73 0 4A 37 1 158 62 3E
Octal 375 101 163 0 112 67 1 530 142 76
Binary 11111101 1000001 1110011 0 1001010 110111 1 101011000 1100010 111110

Color Harmonies of #FD4173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4173

Black with #FD4173

Text Example


Text Example

White with #FD4173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4173; }

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

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

background-color css

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

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

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

border-color css

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

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

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