Html Css Color HEX #F14162 Radical Red

📋 copy color: '#F14162'

red 241 ◦ green 65 ◦ blue 98

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

Shades of Radical Red #F14162

Tints of Radical Red #F14162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.26%

R = 59.65%
G = 16.09%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F14162 (or 0xF14162) is known color: Radical Red. HEX triplet: F1, 41 and 62. RGB value is (241,65,98). Sum of RGB (Red+Green+Blue) = 241+65+98=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 98 (38.67% from 255 or 24.26% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F14162 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14162 is #0EBE9D. Grayscale: #797979. Windows color (decimal): -966302 or 6439409. OLE color: 6439409.

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

Color convert

RGB 241 65 98 -
CMYK 0 0.73 0.59 0.05
HSL 348.75º 0.86% 0.6% -
HSV(B) 348.75º 0.73% 0.95% -
XYZ 40.37 23.36 13.94 -
YUV 121.39 114.81 213.32 -
System Red Green Blue C M Y K H S L
Decimal 241 65 98 0 0.73 0.59 0.05 348.75 0.86 0.6
Hex F1 41 62 0 49 3B 5 15D 56 3C
Octal 361 101 142 0 111 73 5 535 126 74
Binary 11110001 1000001 1100010 0 1001001 111011 101 101011101 1010110 111100

Color Harmonies of #F14162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14162

Black with #F14162

Text Example


Text Example

White with #F14162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14162; }

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

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

background-color css

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

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

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

border-color css

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

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

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