Html Css Color HEX #F14053 Radical Red

📋 copy color: '#F14053'

red 241 ◦ green 64 ◦ blue 83

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

Shades of Radical Red #F14053

Tints of Radical Red #F14053

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.49%

 BLUE value IS 83 (32.81% from 255) = 21.39%

R = 62.11%
G = 16.49%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F14053 (or 0xF14053) is known color: Radical Red. HEX triplet: F1, 40 and 53. RGB value is (241,64,83). Sum of RGB (Red+Green+Blue) = 241+64+83=388 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.11% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 241 - color contains mainly: red. Hex color #F14053 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14053 is #0EBFAC. Grayscale: #777777. Windows color (decimal): -966573 or 5456113. OLE color: 5456113.

HSL color Cylindrical-coordinate representation of color #F14053: hue angle of 353.56º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F14053 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 64 83 -
CMYK 0 0.73 0.66 0.05
HSL 353.56º 0.86% 0.6% -
HSV(B) 353.56º 0.73% 0.95% -
XYZ 39.67 22.99 10.53 -
YUV 119.09 107.64 214.96 -
System Red Green Blue C M Y K H S L
Decimal 241 64 83 0 0.73 0.66 0.05 353.56 0.86 0.6
Hex F1 40 53 0 49 42 5 162 56 3C
Octal 361 100 123 0 111 102 5 542 126 74
Binary 11110001 1000000 1010011 0 1001001 1000010 101 101100010 1010110 111100

Color Harmonies of #F14053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14053

Black with #F14053

Text Example


Text Example

White with #F14053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14053; }

 p { color: rgb(241,64,83); }

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

background-color css

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

 a { background-color: rgb(241,64,83); }

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

border-color css

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

 span { border-color: rgb(241,64,83); }

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