Html Css Color HEX #FF3973 Radical Red

📋 copy color: '#FF3973'

red 255 ◦ green 57 ◦ blue 115

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

Shades of Radical Red #FF3973

Tints of Radical Red #FF3973

RGB

 RED value IS 255 (100% from 255) = 59.72%

 GREEN value IS 57 (22.66% from 255) = 13.35%

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

R = 59.72%
G = 13.35%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF3973 (or 0xFF3973) is known color: Radical Red. HEX triplet: FF, 39 and 73. RGB value is (255,57,115). Sum of RGB (Red+Green+Blue) = 255+57+115=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 57 (22.66% from 255 or 13.35% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3973 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3973 is #00C68C. Grayscale: #7A7A7A. Windows color (decimal): -50829 or 7551487. OLE color: 7551487.

HSL color Cylindrical-coordinate representation of color #FF3973: hue angle of 342.42º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF3973 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB 255 57 115 -
CMYK 0 0.78 0.55 0
HSL 342.42º 1% 0.61% -
HSV(B) 342.42º 0.78% 1% -
XYZ 45.8 25.42 18.71 -
YUV 122.81 123.6 222.28 -
System Red Green Blue C M Y K H S L
Decimal 255 57 115 0 0.78 0.55 0 342.42 1 0.61
Hex FF 39 73 0 4E 37 0 156 64 3D
Octal 377 71 163 0 116 67 0 526 144 75
Binary 11111111 111001 1110011 0 1001110 110111 0 101010110 1100100 111101

Color Harmonies of #FF3973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3973

Black with #FF3973

Text Example


Text Example

White with #FF3973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3973; }

 p { color: rgb(255,57,115); }

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

background-color css

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

 a { background-color: rgb(255,57,115); }

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

border-color css

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

 span { border-color: rgb(255,57,115); }

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