Html Css Color HEX #F14250 Radical Red

📋 copy color: '#F14250'

red 241 ◦ green 66 ◦ blue 80

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

Shades of Radical Red #F14250

Tints of Radical Red #F14250

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.05%

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

R = 62.27%
G = 17.05%
B = 20.67%

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

#F14250 (or 0xF14250) is known color: Radical Red. HEX triplet: F1, 42 and 50. RGB value is (241,66,80). Sum of RGB (Red+Green+Blue) = 241+66+80=387 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.27% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 241 - color contains mainly: red. Hex color #F14250 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14250 is #0EBDAF. Grayscale: #787878. Windows color (decimal): -966064 or 5260017. OLE color: 5260017.

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

Color convert

RGB 241 66 80 -
CMYK 0 0.73 0.67 0.05
HSL 355.2º 0.86% 0.6% -
HSV(B) 355.2º 0.73% 0.95% -
XYZ 39.67 23.18 9.97 -
YUV 119.92 105.48 214.36 -
System Red Green Blue C M Y K H S L
Decimal 241 66 80 0 0.73 0.67 0.05 355.2 0.86 0.6
Hex F1 42 50 0 49 43 5 163 56 3C
Octal 361 102 120 0 111 103 5 543 126 74
Binary 11110001 1000010 1010000 0 1001001 1000011 101 101100011 1010110 111100

Color Harmonies of #F14250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14250

Black with #F14250

Text Example


Text Example

White with #F14250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14250; }

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

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

background-color css

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

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

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

border-color css

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

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

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