Html Css Color HEX #F14D4F Radical Red

📋 copy color: '#F14D4F'

red 241 ◦ green 77 ◦ blue 79

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

Shades of Radical Red #F14D4F

Tints of Radical Red #F14D4F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.4%

 BLUE value IS 79 (31.25% from 255) = 19.9%

R = 60.71%
G = 19.4%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F14D4F (or 0xF14D4F) is known color: Radical Red. HEX triplet: F1, 4D and 4F. RGB value is (241,77,79). Sum of RGB (Red+Green+Blue) = 241+77+79=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F14D4F is #0EB2B0. Grayscale: #7E7E7E. Windows color (decimal): -963249 or 5197297. OLE color: 5197297.

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

Color convert

RGB 241 77 79 -
CMYK 0 0.68 0.67 0.05
HSL 359.27º 0.85% 0.62% -
HSV(B) 359.27º 0.68% 0.95% -
XYZ 40.34 24.57 10.01 -
YUV 126.26 101.33 209.84 -
System Red Green Blue C M Y K H S L
Decimal 241 77 79 0 0.68 0.67 0.05 359.27 0.85 0.62
Hex F1 4D 4F 0 44 43 5 167 55 3E
Octal 361 115 117 0 104 103 5 547 125 76
Binary 11110001 1001101 1001111 0 1000100 1000011 101 101100111 1010101 111110

Color Harmonies of #F14D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14D4F

Black with #F14D4F

Text Example


Text Example

White with #F14D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14D4F; }

 p { color: rgb(241,77,79); }

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

background-color css

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

 a { background-color: rgb(241,77,79); }

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

border-color css

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

 span { border-color: rgb(241,77,79); }

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