Html Css Color HEX #F14E56 Radical Red

📋 copy color: '#F14E56'

red 241 ◦ green 78 ◦ blue 86

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

Shades of Radical Red #F14E56

Tints of Radical Red #F14E56

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.26%

 BLUE value IS 86 (33.98% from 255) = 21.23%

R = 59.51%
G = 19.26%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F14E56 (or 0xF14E56) is known color: Radical Red. HEX triplet: F1, 4E and 56. RGB value is (241,78,86). Sum of RGB (Red+Green+Blue) = 241+78+86=405 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.51% from 405); Green value is 78 (30.86% from 255 or 19.26% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 241 - color contains mainly: red. Hex color #F14E56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F14E56 is #0EB1A9. Grayscale: #7F7F7F. Windows color (decimal): -962986 or 5656305. OLE color: 5656305.

HSL color Cylindrical-coordinate representation of color #F14E56: hue angle of 357.06º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F14E56 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 78 86 -
CMYK 0 0.68 0.64 0.05
HSL 357.06º 0.85% 0.63% -
HSV(B) 357.06º 0.68% 0.95% -
XYZ 40.68 24.82 11.45 -
YUV 127.65 104.5 208.85 -
System Red Green Blue C M Y K H S L
Decimal 241 78 86 0 0.68 0.64 0.05 357.06 0.85 0.63
Hex F1 4E 56 0 44 40 5 165 55 3F
Octal 361 116 126 0 104 100 5 545 125 77
Binary 11110001 1001110 1010110 0 1000100 1000000 101 101100101 1010101 111111

Color Harmonies of #F14E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14E56

Black with #F14E56

Text Example


Text Example

White with #F14E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14E56; }

 p { color: rgb(241,78,86); }

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

background-color css

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

 a { background-color: rgb(241,78,86); }

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

border-color css

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

 span { border-color: rgb(241,78,86); }

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