Html Css Color HEX #F14165 Radical Red

📋 copy color: '#F14165'

red 241 ◦ green 65 ◦ blue 101

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

Shades of Radical Red #F14165

Tints of Radical Red #F14165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.82%

R = 59.21%
G = 15.97%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F14165 (or 0xF14165) is known color: Radical Red. HEX triplet: F1, 41 and 65. RGB value is (241,65,101). Sum of RGB (Red+Green+Blue) = 241+65+101=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 101 (39.84% from 255 or 24.82% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F14165 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14165 is #0EBE9A. Grayscale: #797979. Windows color (decimal): -966299 or 6636017. OLE color: 6636017.

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

Color convert

RGB 241 65 101 -
CMYK 0 0.73 0.58 0.05
HSL 347.73º 0.86% 0.6% -
HSV(B) 347.73º 0.73% 0.95% -
XYZ 40.51 23.42 14.7 -
YUV 121.73 116.31 213.07 -
System Red Green Blue C M Y K H S L
Decimal 241 65 101 0 0.73 0.58 0.05 347.73 0.86 0.6
Hex F1 41 65 0 49 3A 5 15C 56 3C
Octal 361 101 145 0 111 72 5 534 126 74
Binary 11110001 1000001 1100101 0 1001001 111010 101 101011100 1010110 111100

Color Harmonies of #F14165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14165

Black with #F14165

Text Example


Text Example

White with #F14165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14165; }

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

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

background-color css

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

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

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

border-color css

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

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

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