Html Css Color HEX #FF4158 Radical Red

📋 copy color: '#FF4158'

red 255 ◦ green 65 ◦ blue 88

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

Shades of Radical Red #FF4158

Tints of Radical Red #FF4158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.57%

R = 62.5%
G = 15.93%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FF4158 (or 0xFF4158) is known color: Radical Red. HEX triplet: FF, 41 and 58. RGB value is (255,65,88). Sum of RGB (Red+Green+Blue) = 255+65+88=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 88 (34.77% from 255 or 21.57% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4158 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4158 is #00BEA7. Grayscale: #7C7C7C. Windows color (decimal): -48808 or 5784063. OLE color: 5784063.

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

Color convert

RGB 255 65 88 -
CMYK 0 0.75 0.65 0
HSL 352.74º 1% 0.63% -
HSV(B) 352.74º 0.75% 1% -
XYZ 44.89 25.75 11.84 -
YUV 124.43 107.45 221.13 -
System Red Green Blue C M Y K H S L
Decimal 255 65 88 0 0.75 0.65 0 352.74 1 0.63
Hex FF 41 58 0 4B 41 0 161 64 3F
Octal 377 101 130 0 113 101 0 541 144 77
Binary 11111111 1000001 1011000 0 1001011 1000001 0 101100001 1100100 111111

Color Harmonies of #FF4158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4158

Black with #FF4158

Text Example


Text Example

White with #FF4158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4158; }

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

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

background-color css

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

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

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

border-color css

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

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

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