Html Css Color HEX #F14364 Radical Red

📋 copy color: '#F14364'

red 241 ◦ green 67 ◦ blue 100

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

Shades of Radical Red #F14364

Tints of Radical Red #F14364

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.42%

 BLUE value IS 100 (39.45% from 255) = 24.51%

R = 59.07%
G = 16.42%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F14364 (or 0xF14364) is known color: Radical Red. HEX triplet: F1, 43 and 64. RGB value is (241,67,100). Sum of RGB (Red+Green+Blue) = 241+67+100=408 (54% of max value = 765). Red value is 241 (94.53% from 255 or 59.07% from 408); Green value is 67 (26.56% from 255 or 16.42% from 408); Blue value is 100 (39.45% from 255 or 24.51% from 408); Max value from RGB is 241 - color contains mainly: red. Hex color #F14364 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14364 is #0EBC9B. Grayscale: #7A7A7A. Windows color (decimal): -965788 or 6570993. OLE color: 6570993.

HSL color Cylindrical-coordinate representation of color #F14364: hue angle of 348.62º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F14364 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 67 100 -
CMYK 0 0.72 0.59 0.05
HSL 348.62º 0.86% 0.6% -
HSV(B) 348.62º 0.72% 0.95% -
XYZ 40.58 23.64 14.48 -
YUV 122.79 115.15 212.32 -
System Red Green Blue C M Y K H S L
Decimal 241 67 100 0 0.72 0.59 0.05 348.62 0.86 0.6
Hex F1 43 64 0 48 3B 5 15D 56 3C
Octal 361 103 144 0 110 73 5 535 126 74
Binary 11110001 1000011 1100100 0 1001000 111011 101 101011101 1010110 111100

Color Harmonies of #F14364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14364

Black with #F14364

Text Example


Text Example

White with #F14364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14364; }

 p { color: rgb(241,67,100); }

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

background-color css

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

 a { background-color: rgb(241,67,100); }

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

border-color css

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

 span { border-color: rgb(241,67,100); }

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