Html Css Color HEX #F14464 Radical Red

📋 copy color: '#F14464'

red 241 ◦ green 68 ◦ blue 100

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

Shades of Radical Red #F14464

Tints of Radical Red #F14464

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.63%

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

R = 58.92%
G = 16.63%
B = 24.45%

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

#F14464 (or 0xF14464) is known color: Radical Red. HEX triplet: F1, 44 and 64. RGB value is (241,68,100). Sum of RGB (Red+Green+Blue) = 241+68+100=409 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.92% from 409); Green value is 68 (26.95% from 255 or 16.63% from 409); Blue value is 100 (39.45% from 255 or 24.45% from 409); Max value from RGB is 241 - color contains mainly: red. Hex color #F14464 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14464 is #0EBB9B. Grayscale: #7B7B7B. Windows color (decimal): -965532 or 6571249. OLE color: 6571249.

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

Color convert

RGB 241 68 100 -
CMYK 0 0.72 0.59 0.05
HSL 348.9º 0.86% 0.61% -
HSV(B) 348.9º 0.72% 0.95% -
XYZ 40.64 23.76 14.5 -
YUV 123.38 114.81 211.9 -
System Red Green Blue C M Y K H S L
Decimal 241 68 100 0 0.72 0.59 0.05 348.9 0.86 0.61
Hex F1 44 64 0 48 3B 5 15D 56 3D
Octal 361 104 144 0 110 73 5 535 126 75
Binary 11110001 1000100 1100100 0 1001000 111011 101 101011101 1010110 111101

Color Harmonies of #F14464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14464

Black with #F14464

Text Example


Text Example

White with #F14464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14464; }

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

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

background-color css

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

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

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

border-color css

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

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

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