Html Css Color HEX #F14151 Radical Red

📋 copy color: '#F14151'

red 241 ◦ green 65 ◦ blue 81

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

Shades of Radical Red #F14151

Tints of Radical Red #F14151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.93%

R = 62.27%
G = 16.8%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F14151 (or 0xF14151) is known color: Radical Red. HEX triplet: F1, 41 and 51. RGB value is (241,65,81). Sum of RGB (Red+Green+Blue) = 241+65+81=387 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.27% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 81 (32.03% from 255 or 20.93% from 387); Max value from RGB is 241 - color contains mainly: red. Hex color #F14151 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14151 is #0EBEAE. Grayscale: #777777. Windows color (decimal): -966319 or 5325297. OLE color: 5325297.

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

Color convert

RGB 241 65 81 -
CMYK 0 0.73 0.66 0.05
HSL 354.55º 0.86% 0.6% -
HSV(B) 354.55º 0.73% 0.95% -
XYZ 39.65 23.08 10.15 -
YUV 119.45 106.31 214.7 -
System Red Green Blue C M Y K H S L
Decimal 241 65 81 0 0.73 0.66 0.05 354.55 0.86 0.6
Hex F1 41 51 0 49 42 5 163 56 3C
Octal 361 101 121 0 111 102 5 543 126 74
Binary 11110001 1000001 1010001 0 1001001 1000010 101 101100011 1010110 111100

Color Harmonies of #F14151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14151

Black with #F14151

Text Example


Text Example

White with #F14151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14151; }

 p { color: rgb(241,65,81); }

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

background-color css

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

 a { background-color: rgb(241,65,81); }

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

border-color css

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

 span { border-color: rgb(241,65,81); }

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