Html Css Color HEX #F1465E Radical Red

📋 copy color: '#F1465E'

red 241 ◦ green 70 ◦ blue 94

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

Shades of Radical Red #F1465E

Tints of Radical Red #F1465E

RGB

 RED value IS 241 (94.53% from 255) = 59.51%

 GREEN value IS 70 (27.73% from 255) = 17.28%

 BLUE value IS 94 (37.11% from 255) = 23.21%

R = 59.51%
G = 17.28%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F1465E (or 0xF1465E) is known color: Radical Red. HEX triplet: F1, 46 and 5E. RGB value is (241,70,94). Sum of RGB (Red+Green+Blue) = 241+70+94=405 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.51% from 405); Green value is 70 (27.73% from 255 or 17.28% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 241 - color contains mainly: red. Hex color #F1465E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1465E is #0EB9A1. Grayscale: #7B7B7B. Windows color (decimal): -965026 or 6178545. OLE color: 6178545.

HSL color Cylindrical-coordinate representation of color #F1465E: hue angle of 351.58º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F1465E is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 70 94 -
CMYK 0 0.71 0.61 0.05
HSL 351.58º 0.86% 0.61% -
HSV(B) 351.58º 0.71% 0.95% -
XYZ 40.49 23.89 13.07 -
YUV 123.87 111.15 211.55 -
System Red Green Blue C M Y K H S L
Decimal 241 70 94 0 0.71 0.61 0.05 351.58 0.86 0.61
Hex F1 46 5E 0 47 3D 5 160 56 3D
Octal 361 106 136 0 107 75 5 540 126 75
Binary 11110001 1000110 1011110 0 1000111 111101 101 101100000 1010110 111101

Color Harmonies of #F1465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1465E

Black with #F1465E

Text Example


Text Example

White with #F1465E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1465E; }

 p { color: rgb(241,70,94); }

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

background-color css

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

 a { background-color: rgb(241,70,94); }

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

border-color css

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

 span { border-color: rgb(241,70,94); }

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