Html Css Color HEX #FF4161 Radical Red

📋 copy color: '#FF4161'

red 255 ◦ green 65 ◦ blue 97

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

Shades of Radical Red #FF4161

Tints of Radical Red #FF4161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.26%

R = 61.15%
G = 15.59%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FF4161 (or 0xFF4161) is known color: Radical Red. HEX triplet: FF, 41 and 61. RGB value is (255,65,97). Sum of RGB (Red+Green+Blue) = 255+65+97=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 97 (38.28% from 255 or 23.26% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4161 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4161 is #00BE9E. Grayscale: #7D7D7D. Windows color (decimal): -48799 or 6373887. OLE color: 6373887.

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

Color convert

RGB 255 65 97 -
CMYK 0 0.75 0.62 0
HSL 349.89º 1% 0.63% -
HSV(B) 349.89º 0.75% 1% -
XYZ 45.29 25.9 13.92 -
YUV 125.46 111.95 220.4 -
System Red Green Blue C M Y K H S L
Decimal 255 65 97 0 0.75 0.62 0 349.89 1 0.63
Hex FF 41 61 0 4B 3E 0 15E 64 3F
Octal 377 101 141 0 113 76 0 536 144 77
Binary 11111111 1000001 1100001 0 1001011 111110 0 101011110 1100100 111111

Color Harmonies of #FF4161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4161

Black with #FF4161

Text Example


Text Example

White with #FF4161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4161; }

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

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

background-color css

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

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

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

border-color css

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

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

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