Html Css Color HEX #F14C4D Radical Red

📋 copy color: '#F14C4D'

red 241 ◦ green 76 ◦ blue 77

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

Shades of Radical Red #F14C4D

Tints of Radical Red #F14C4D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.29%

 BLUE value IS 77 (30.47% from 255) = 19.54%

R = 61.17%
G = 19.29%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F14C4D (or 0xF14C4D) is known color: Radical Red. HEX triplet: F1, 4C and 4D. RGB value is (241,76,77). Sum of RGB (Red+Green+Blue) = 241+76+77=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 76 (30.08% from 255 or 19.29% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14C4D is #0EB3B2. Grayscale: #7D7D7D. Windows color (decimal): -963507 or 5065969. OLE color: 5065969.

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

Color convert

RGB 241 76 77 -
CMYK 0 0.68 0.68 0.05
HSL 359.64º 0.85% 0.62% -
HSV(B) 359.64º 0.68% 0.95% -
XYZ 40.2 24.41 9.61 -
YUV 125.45 100.66 210.42 -
System Red Green Blue C M Y K H S L
Decimal 241 76 77 0 0.68 0.68 0.05 359.64 0.85 0.62
Hex F1 4C 4D 0 44 44 5 168 55 3E
Octal 361 114 115 0 104 104 5 550 125 76
Binary 11110001 1001100 1001101 0 1000100 1000100 101 101101000 1010101 111110

Color Harmonies of #F14C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14C4D

Black with #F14C4D

Text Example


Text Example

White with #F14C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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