Html Css Color HEX #F14063 Radical Red

📋 copy color: '#F14063'

red 241 ◦ green 64 ◦ blue 99

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

Shades of Radical Red #F14063

Tints of Radical Red #F14063

RGB

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

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

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

R = 59.65%
G = 15.84%
B = 24.5%

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

#F14063 (or 0xF14063) is known color: Radical Red. HEX triplet: F1, 40 and 63. RGB value is (241,64,99). Sum of RGB (Red+Green+Blue) = 241+64+99=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 99 (39.06% from 255 or 24.50% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F14063 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14063 is #0EBF9C. Grayscale: #787878. Windows color (decimal): -966557 or 6504689. OLE color: 6504689.

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

Color convert

RGB 241 64 99 -
CMYK 0 0.73 0.59 0.05
HSL 348.14º 0.86% 0.6% -
HSV(B) 348.14º 0.73% 0.95% -
XYZ 40.36 23.27 14.17 -
YUV 120.91 115.64 213.65 -
System Red Green Blue C M Y K H S L
Decimal 241 64 99 0 0.73 0.59 0.05 348.14 0.86 0.6
Hex F1 40 63 0 49 3B 5 15C 56 3C
Octal 361 100 143 0 111 73 5 534 126 74
Binary 11110001 1000000 1100011 0 1001001 111011 101 101011100 1010110 111100

Color Harmonies of #F14063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14063

Black with #F14063

Text Example


Text Example

White with #F14063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14063; }

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

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

background-color css

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

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

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

border-color css

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

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

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