Html Css Color HEX #FF4163 Radical Red

📋 copy color: '#FF4163'

red 255 ◦ green 65 ◦ blue 99

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

Shades of Radical Red #FF4163

Tints of Radical Red #FF4163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.63%

R = 60.86%
G = 15.51%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#FF4163 (or 0xFF4163) is known color: Radical Red. HEX triplet: FF, 41 and 63. RGB value is (255,65,99). Sum of RGB (Red+Green+Blue) = 255+65+99=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 99 (39.06% from 255 or 23.63% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4163 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4163 is #00BE9C. Grayscale: #7D7D7D. Windows color (decimal): -48797 or 6504959. OLE color: 6504959.

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

Color convert

RGB 255 65 99 -
CMYK 0 0.75 0.61 0
HSL 349.26º 1% 0.63% -
HSV(B) 349.26º 0.75% 1% -
XYZ 45.38 25.94 14.42 -
YUV 125.69 112.95 220.24 -
System Red Green Blue C M Y K H S L
Decimal 255 65 99 0 0.75 0.61 0 349.26 1 0.63
Hex FF 41 63 0 4B 3D 0 15D 64 3F
Octal 377 101 143 0 113 75 0 535 144 77
Binary 11111111 1000001 1100011 0 1001011 111101 0 101011101 1100100 111111

Color Harmonies of #FF4163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4163

Black with #FF4163

Text Example


Text Example

White with #FF4163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4163; }

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

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

background-color css

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

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

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

border-color css

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

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

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