Html Css Color HEX #F1445F Radical Red

📋 copy color: '#F1445F'

red 241 ◦ green 68 ◦ blue 95

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

Shades of Radical Red #F1445F

Tints of Radical Red #F1445F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.83%

 BLUE value IS 95 (37.5% from 255) = 23.51%

R = 59.65%
G = 16.83%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F1445F (or 0xF1445F) is known color: Radical Red. HEX triplet: F1, 44 and 5F. RGB value is (241,68,95). Sum of RGB (Red+Green+Blue) = 241+68+95=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 68 (26.95% from 255 or 16.83% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F1445F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1445F is #0EBBA0. Grayscale: #7A7A7A. Windows color (decimal): -965537 or 6243569. OLE color: 6243569.

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

Color convert

RGB 241 68 95 -
CMYK 0 0.72 0.61 0.05
HSL 350.64º 0.86% 0.61% -
HSV(B) 350.64º 0.72% 0.95% -
XYZ 40.41 23.66 13.26 -
YUV 122.81 112.31 212.3 -
System Red Green Blue C M Y K H S L
Decimal 241 68 95 0 0.72 0.61 0.05 350.64 0.86 0.61
Hex F1 44 5F 0 48 3D 5 15F 56 3D
Octal 361 104 137 0 110 75 5 537 126 75
Binary 11110001 1000100 1011111 0 1001000 111101 101 101011111 1010110 111101

Color Harmonies of #F1445F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1445F

Black with #F1445F

Text Example


Text Example

White with #F1445F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1445F; }

 p { color: rgb(241,68,95); }

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

background-color css

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

 a { background-color: rgb(241,68,95); }

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

border-color css

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

 span { border-color: rgb(241,68,95); }

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