Html Css Color HEX #F14C63 Radical Red

📋 copy color: '#F14C63'

red 241 ◦ green 76 ◦ blue 99

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

Shades of Radical Red #F14C63

Tints of Radical Red #F14C63

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.27%

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

R = 57.93%
G = 18.27%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F14C63 (or 0xF14C63) is known color: Radical Red. HEX triplet: F1, 4C and 63. RGB value is (241,76,99). Sum of RGB (Red+Green+Blue) = 241+76+99=416 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.93% from 416); Green value is 76 (30.08% from 255 or 18.27% from 416); Blue value is 99 (39.06% from 255 or 23.80% from 416); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14C63 is #0EB39C. Grayscale: #808080. Windows color (decimal): -963485 or 6507761. OLE color: 6507761.

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

Color convert

RGB 241 76 99 -
CMYK 0 0.68 0.59 0.05
HSL 351.64º 0.85% 0.62% -
HSV(B) 351.64º 0.68% 0.95% -
XYZ 41.11 24.77 14.42 -
YUV 127.96 111.66 208.63 -
System Red Green Blue C M Y K H S L
Decimal 241 76 99 0 0.68 0.59 0.05 351.64 0.85 0.62
Hex F1 4C 63 0 44 3B 5 160 55 3E
Octal 361 114 143 0 104 73 5 540 125 76
Binary 11110001 1001100 1100011 0 1000100 111011 101 101100000 1010101 111110

Color Harmonies of #F14C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14C63

Black with #F14C63

Text Example


Text Example

White with #F14C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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