Html Css Color HEX #F14E5E Radical Red

📋 copy color: '#F14E5E'

red 241 ◦ green 78 ◦ blue 94

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

Shades of Radical Red #F14E5E

Tints of Radical Red #F14E5E

RGB

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

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

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

R = 58.35%
G = 18.89%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F14E5E (or 0xF14E5E) is known color: Radical Red. HEX triplet: F1, 4E and 5E. RGB value is (241,78,94). Sum of RGB (Red+Green+Blue) = 241+78+94=413 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.35% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 241 - color contains mainly: red. Hex color #F14E5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F14E5E is #0EB1A1. Grayscale: #808080. Windows color (decimal): -962978 or 6180593. OLE color: 6180593.

HSL color Cylindrical-coordinate representation of color #F14E5E: hue angle of 354.11º 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 #F14E5E is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 78 94 -
CMYK 0 0.68 0.61 0.05
HSL 354.11º 0.85% 0.63% -
HSV(B) 354.11º 0.68% 0.95% -
XYZ 41.02 24.96 13.24 -
YUV 128.56 108.5 208.2 -
System Red Green Blue C M Y K H S L
Decimal 241 78 94 0 0.68 0.61 0.05 354.11 0.85 0.63
Hex F1 4E 5E 0 44 3D 5 162 55 3F
Octal 361 116 136 0 104 75 5 542 125 77
Binary 11110001 1001110 1011110 0 1000100 111101 101 101100010 1010101 111111

Color Harmonies of #F14E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14E5E

Black with #F14E5E

Text Example


Text Example

White with #F14E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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