Html Css Color HEX #FF4174 Radical Red

📋 copy color: '#FF4174'

red 255 ◦ green 65 ◦ blue 116

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

Shades of Radical Red #FF4174

Tints of Radical Red #FF4174

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.91%

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

R = 58.49%
G = 14.91%
B = 26.61%

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

#FF4174 (or 0xFF4174) is known color: Radical Red. HEX triplet: FF, 41 and 74. RGB value is (255,65,116). Sum of RGB (Red+Green+Blue) = 255+65+116=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4174 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4174 is #00BE8B. Grayscale: #7F7F7F. Windows color (decimal): -48780 or 7619071. OLE color: 7619071.

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

Color convert

RGB 255 65 116 -
CMYK 0 0.75 0.55 0
HSL 343.89º 1% 0.63% -
HSV(B) 343.89º 0.75% 1% -
XYZ 46.28 26.3 19.16 -
YUV 127.62 121.45 218.85 -
System Red Green Blue C M Y K H S L
Decimal 255 65 116 0 0.75 0.55 0 343.89 1 0.63
Hex FF 41 74 0 4B 37 0 158 64 3F
Octal 377 101 164 0 113 67 0 530 144 77
Binary 11111111 1000001 1110100 0 1001011 110111 0 101011000 1100100 111111

Color Harmonies of #FF4174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4174

Black with #FF4174

Text Example


Text Example

White with #FF4174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4174; }

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

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

background-color css

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

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

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

border-color css

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

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

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