Html Css Color HEX #FD3E74 Radical Red

📋 copy color: '#FD3E74'

red 253 ◦ green 62 ◦ blue 116

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

Shades of Radical Red #FD3E74

Tints of Radical Red #FD3E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.91%

R = 58.7%
G = 14.39%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FD3E74 (or 0xFD3E74) is known color: Radical Red. HEX triplet: FD, 3E and 74. RGB value is (253,62,116). Sum of RGB (Red+Green+Blue) = 253+62+116=431 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.70% from 431); Green value is 62 (24.61% from 255 or 14.39% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3E74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3E74 is #02C18B. Grayscale: #7D7D7D. Windows color (decimal): -180620 or 7618301. OLE color: 7618301.

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

Color convert

RGB 253 62 116 -
CMYK 0 0.75 0.54 0.01
HSL 343.04º 0.98% 0.62% -
HSV(B) 343.04º 0.75% 0.99% -
XYZ 45.38 25.59 19.07 -
YUV 125.27 122.78 219.11 -
System Red Green Blue C M Y K H S L
Decimal 253 62 116 0 0.75 0.54 0.01 343.04 0.98 0.62
Hex FD 3E 74 0 4B 36 1 157 62 3E
Octal 375 76 164 0 113 66 1 527 142 76
Binary 11111101 111110 1110100 0 1001011 110110 1 101010111 1100010 111110

Color Harmonies of #FD3E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3E74

Black with #FD3E74

Text Example


Text Example

White with #FD3E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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