Html Css Color HEX #FF4074 Radical Red

📋 copy color: '#FF4074'

red 255 ◦ green 64 ◦ blue 116

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

Shades of Radical Red #FF4074

Tints of Radical Red #FF4074

RGB

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

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

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

R = 58.62%
G = 14.71%
B = 26.67%

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

#FF4074 (or 0xFF4074) is known color: Radical Red. HEX triplet: FF, 40 and 74. RGB value is (255,64,116). Sum of RGB (Red+Green+Blue) = 255+64+116=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4074 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4074 is #00BF8B. Grayscale: #7F7F7F. Windows color (decimal): -49036 or 7618815. OLE color: 7618815.

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

Color convert

RGB 255 64 116 -
CMYK 0 0.75 0.55 0
HSL 343.66º 1% 0.63% -
HSV(B) 343.66º 0.75% 1% -
XYZ 46.23 26.19 19.14 -
YUV 127.04 121.78 219.27 -
System Red Green Blue C M Y K H S L
Decimal 255 64 116 0 0.75 0.55 0 343.66 1 0.63
Hex FF 40 74 0 4B 37 0 158 64 3F
Octal 377 100 164 0 113 67 0 530 144 77
Binary 11111111 1000000 1110100 0 1001011 110111 0 101011000 1100100 111111

Color Harmonies of #FF4074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4074

Black with #FF4074

Text Example


Text Example

White with #FF4074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4074; }

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

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

background-color css

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

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

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

border-color css

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

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

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