Html Css Color HEX #FD3E73 Radical Red

📋 copy color: '#FD3E73'

red 253 ◦ green 62 ◦ blue 115

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

Shades of Radical Red #FD3E73

Tints of Radical Red #FD3E73

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.42%

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

R = 58.84%
G = 14.42%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FD3E73 (or 0xFD3E73) is known color: Radical Red. HEX triplet: FD, 3E and 73. RGB value is (253,62,115). Sum of RGB (Red+Green+Blue) = 253+62+115=430 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.84% from 430); Green value is 62 (24.61% from 255 or 14.42% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3E73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3E73 is #02C18C. Grayscale: #7D7D7D. Windows color (decimal): -180621 or 7552765. OLE color: 7552765.

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

Color convert

RGB 253 62 115 -
CMYK 0 0.75 0.55 0.01
HSL 343.35º 0.98% 0.62% -
HSV(B) 343.35º 0.75% 0.99% -
XYZ 45.33 25.57 18.77 -
YUV 125.15 122.28 219.19 -
System Red Green Blue C M Y K H S L
Decimal 253 62 115 0 0.75 0.55 0.01 343.35 0.98 0.62
Hex FD 3E 73 0 4B 37 1 157 62 3E
Octal 375 76 163 0 113 67 1 527 142 76
Binary 11111101 111110 1110011 0 1001011 110111 1 101010111 1100010 111110

Color Harmonies of #FD3E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3E73

Black with #FD3E73

Text Example


Text Example

White with #FD3E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3E73; }

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

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

background-color css

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

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

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

border-color css

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

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

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