Html Css Color HEX #F14863 Radical Red

📋 copy color: '#F14863'

red 241 ◦ green 72 ◦ blue 99

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

Shades of Radical Red #F14863

Tints of Radical Red #F14863

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.48%

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

R = 58.5%
G = 17.48%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F14863 (or 0xF14863) is known color: Radical Red. HEX triplet: F1, 48 and 63. RGB value is (241,72,99). Sum of RGB (Red+Green+Blue) = 241+72+99=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 99 (39.06% from 255 or 24.03% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F14863 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14863 is #0EB79C. Grayscale: #7D7D7D. Windows color (decimal): -964509 or 6506737. OLE color: 6506737.

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

Color convert

RGB 241 72 99 -
CMYK 0 0.70 0.59 0.05
HSL 350.41º 0.86% 0.61% -
HSV(B) 350.41º 0.7% 0.95% -
XYZ 40.85 24.24 14.33 -
YUV 125.61 112.99 210.3 -
System Red Green Blue C M Y K H S L
Decimal 241 72 99 0 0.70 0.59 0.05 350.41 0.86 0.61
Hex F1 48 63 0 46 3B 5 15E 56 3D
Octal 361 110 143 0 106 73 5 536 126 75
Binary 11110001 1001000 1100011 0 1000110 111011 101 101011110 1010110 111101

Color Harmonies of #F14863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14863

Black with #F14863

Text Example


Text Example

White with #F14863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14863; }

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

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

background-color css

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

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

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

border-color css

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

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

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