Html Css Color HEX #F14163 Radical Red

📋 copy color: '#F14163'

red 241 ◦ green 65 ◦ blue 99

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

Shades of Radical Red #F14163

Tints of Radical Red #F14163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.44%

R = 59.51%
G = 16.05%
B = 24.44%

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

#F14163 (or 0xF14163) is known color: Radical Red. HEX triplet: F1, 41 and 63. RGB value is (241,65,99). Sum of RGB (Red+Green+Blue) = 241+65+99=405 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.51% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 99 (39.06% from 255 or 24.44% from 405); Max value from RGB is 241 - color contains mainly: red. Hex color #F14163 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14163 is #0EBE9C. Grayscale: #797979. Windows color (decimal): -966301 or 6504945. OLE color: 6504945.

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

Color convert

RGB 241 65 99 -
CMYK 0 0.73 0.59 0.05
HSL 348.41º 0.86% 0.6% -
HSV(B) 348.41º 0.73% 0.95% -
XYZ 40.42 23.38 14.19 -
YUV 121.5 115.31 213.24 -
System Red Green Blue C M Y K H S L
Decimal 241 65 99 0 0.73 0.59 0.05 348.41 0.86 0.6
Hex F1 41 63 0 49 3B 5 15C 56 3C
Octal 361 101 143 0 111 73 5 534 126 74
Binary 11110001 1000001 1100011 0 1001001 111011 101 101011100 1010110 111100

Color Harmonies of #F14163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14163

Black with #F14163

Text Example


Text Example

White with #F14163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14163; }

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

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

background-color css

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

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

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

border-color css

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

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

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