Html Css Color HEX #F14D52 Radical Red

📋 copy color: '#F14D52'

red 241 ◦ green 77 ◦ blue 82

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

Shades of Radical Red #F14D52

Tints of Radical Red #F14D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.5%

R = 60.25%
G = 19.25%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F14D52 (or 0xF14D52) is known color: Radical Red. HEX triplet: F1, 4D and 52. RGB value is (241,77,82). Sum of RGB (Red+Green+Blue) = 241+77+82=400 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.25% from 400); Green value is 77 (30.47% from 255 or 19.25% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F14D52 is #0EB2AD. Grayscale: #7E7E7E. Windows color (decimal): -963246 or 5393905. OLE color: 5393905.

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

Color convert

RGB 241 77 82 -
CMYK 0 0.68 0.66 0.05
HSL 358.17º 0.85% 0.62% -
HSV(B) 358.17º 0.68% 0.95% -
XYZ 40.45 24.62 10.6 -
YUV 126.61 102.83 209.59 -
System Red Green Blue C M Y K H S L
Decimal 241 77 82 0 0.68 0.66 0.05 358.17 0.85 0.62
Hex F1 4D 52 0 44 42 5 166 55 3E
Octal 361 115 122 0 104 102 5 546 125 76
Binary 11110001 1001101 1010010 0 1000100 1000010 101 101100110 1010101 111110

Color Harmonies of #F14D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14D52

Black with #F14D52

Text Example


Text Example

White with #F14D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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