Html Css Color HEX #FF4073 Radical Red

📋 copy color: '#FF4073'

red 255 ◦ green 64 ◦ blue 115

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

Shades of Radical Red #FF4073

Tints of Radical Red #FF4073

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.75%

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

R = 58.76%
G = 14.75%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF4073 (or 0xFF4073) is known color: Radical Red. HEX triplet: FF, 40 and 73. RGB value is (255,64,115). Sum of RGB (Red+Green+Blue) = 255+64+115=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4073 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4073 is #00BF8C. Grayscale: #7E7E7E. Windows color (decimal): -49037 or 7553279. OLE color: 7553279.

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

Color convert

RGB 255 64 115 -
CMYK 0 0.75 0.55 0
HSL 343.98º 1% 0.63% -
HSV(B) 343.98º 0.75% 1% -
XYZ 46.17 26.16 18.84 -
YUV 126.92 121.28 219.35 -
System Red Green Blue C M Y K H S L
Decimal 255 64 115 0 0.75 0.55 0 343.98 1 0.63
Hex FF 40 73 0 4B 37 0 158 64 3F
Octal 377 100 163 0 113 67 0 530 144 77
Binary 11111111 1000000 1110011 0 1001011 110111 0 101011000 1100100 111111

Color Harmonies of #FF4073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4073

Black with #FF4073

Text Example


Text Example

White with #FF4073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4073; }

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

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

background-color css

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

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

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

border-color css

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

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

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