Html Css Color HEX #F14060 Radical Red

📋 copy color: '#F14060'

red 241 ◦ green 64 ◦ blue 96

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

Shades of Radical Red #F14060

Tints of Radical Red #F14060

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.96%

 BLUE value IS 96 (37.89% from 255) = 23.94%

R = 60.1%
G = 15.96%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F14060 (or 0xF14060) is known color: Radical Red. HEX triplet: F1, 40 and 60. RGB value is (241,64,96). Sum of RGB (Red+Green+Blue) = 241+64+96=401 (53% of max value = 765). Red value is 241 (94.53% from 255 or 60.10% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 241 - color contains mainly: red. Hex color #F14060 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14060 is #0EBF9F. Grayscale: #787878. Windows color (decimal): -966560 or 6308081. OLE color: 6308081.

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

Color convert

RGB 241 64 96 -
CMYK 0 0.73 0.60 0.05
HSL 349.15º 0.86% 0.6% -
HSV(B) 349.15º 0.73% 0.95% -
XYZ 40.22 23.21 13.43 -
YUV 120.57 114.14 213.9 -
System Red Green Blue C M Y K H S L
Decimal 241 64 96 0 0.73 0.60 0.05 349.15 0.86 0.6
Hex F1 40 60 0 49 3C 5 15D 56 3C
Octal 361 100 140 0 111 74 5 535 126 74
Binary 11110001 1000000 1100000 0 1001001 111100 101 101011101 1010110 111100

Color Harmonies of #F14060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14060

Black with #F14060

Text Example


Text Example

White with #F14060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14060; }

 p { color: rgb(241,64,96); }

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

background-color css

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

 a { background-color: rgb(241,64,96); }

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

border-color css

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

 span { border-color: rgb(241,64,96); }

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