Html Css Color HEX #F14050 Radical Red

📋 copy color: '#F14050'

red 241 ◦ green 64 ◦ blue 80

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

Shades of Radical Red #F14050

Tints of Radical Red #F14050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.78%

R = 62.6%
G = 16.62%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F14050 (or 0xF14050) is known color: Radical Red. HEX triplet: F1, 40 and 50. RGB value is (241,64,80). Sum of RGB (Red+Green+Blue) = 241+64+80=385 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.60% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 241 - color contains mainly: red. Hex color #F14050 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14050 is #0EBFAF. Grayscale: #767676. Windows color (decimal): -966576 or 5259505. OLE color: 5259505.

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

Color convert

RGB 241 64 80 -
CMYK 0 0.73 0.67 0.05
HSL 354.58º 0.86% 0.6% -
HSV(B) 354.58º 0.73% 0.95% -
XYZ 39.56 22.95 9.93 -
YUV 118.75 106.14 215.2 -
System Red Green Blue C M Y K H S L
Decimal 241 64 80 0 0.73 0.67 0.05 354.58 0.86 0.6
Hex F1 40 50 0 49 43 5 163 56 3C
Octal 361 100 120 0 111 103 5 543 126 74
Binary 11110001 1000000 1010000 0 1001001 1000011 101 101100011 1010110 111100

Color Harmonies of #F14050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14050

Black with #F14050

Text Example


Text Example

White with #F14050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14050; }

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

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

background-color css

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

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

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

border-color css

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

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

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