Html Css Color HEX #F14155 Radical Red

📋 copy color: '#F14155'

red 241 ◦ green 65 ◦ blue 85

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

Shades of Radical Red #F14155

Tints of Radical Red #F14155

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.62%

 BLUE value IS 85 (33.59% from 255) = 21.74%

R = 61.64%
G = 16.62%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F14155 (or 0xF14155) is known color: Radical Red. HEX triplet: F1, 41 and 55. RGB value is (241,65,85). Sum of RGB (Red+Green+Blue) = 241+65+85=391 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.64% from 391); Green value is 65 (25.78% from 255 or 16.62% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 241 - color contains mainly: red. Hex color #F14155 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14155 is #0EBEAA. Grayscale: #787878. Windows color (decimal): -966315 or 5587441. OLE color: 5587441.

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

Color convert

RGB 241 65 85 -
CMYK 0 0.73 0.65 0.05
HSL 353.18º 0.86% 0.6% -
HSV(B) 353.18º 0.73% 0.95% -
XYZ 39.81 23.14 10.96 -
YUV 119.9 108.31 214.37 -
System Red Green Blue C M Y K H S L
Decimal 241 65 85 0 0.73 0.65 0.05 353.18 0.86 0.6
Hex F1 41 55 0 49 41 5 161 56 3C
Octal 361 101 125 0 111 101 5 541 126 74
Binary 11110001 1000001 1010101 0 1001001 1000001 101 101100001 1010110 111100

Color Harmonies of #F14155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14155

Black with #F14155

Text Example


Text Example

White with #F14155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14155; }

 p { color: rgb(241,65,85); }

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

background-color css

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

 a { background-color: rgb(241,65,85); }

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

border-color css

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

 span { border-color: rgb(241,65,85); }

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