Html Css Color HEX #F14463 Radical Red

📋 copy color: '#F14463'

red 241 ◦ green 68 ◦ blue 99

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

Shades of Radical Red #F14463

Tints of Radical Red #F14463

RGB

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

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

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

R = 59.07%
G = 16.67%
B = 24.26%

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

#F14463 (or 0xF14463) is known color: Radical Red. HEX triplet: F1, 44 and 63. RGB value is (241,68,99). Sum of RGB (Red+Green+Blue) = 241+68+99=408 (54% of max value = 765). Red value is 241 (94.53% from 255 or 59.07% from 408); Green value is 68 (26.95% from 255 or 16.67% from 408); Blue value is 99 (39.06% from 255 or 24.26% from 408); Max value from RGB is 241 - color contains mainly: red. Hex color #F14463 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14463 is #0EBB9C. Grayscale: #7B7B7B. Windows color (decimal): -965533 or 6505713. OLE color: 6505713.

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

Color convert

RGB 241 68 99 -
CMYK 0 0.72 0.59 0.05
HSL 349.25º 0.86% 0.61% -
HSV(B) 349.25º 0.72% 0.95% -
XYZ 40.59 23.74 14.25 -
YUV 123.26 114.31 211.98 -
System Red Green Blue C M Y K H S L
Decimal 241 68 99 0 0.72 0.59 0.05 349.25 0.86 0.61
Hex F1 44 63 0 48 3B 5 15D 56 3D
Octal 361 104 143 0 110 73 5 535 126 75
Binary 11110001 1000100 1100011 0 1001000 111011 101 101011101 1010110 111101

Color Harmonies of #F14463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14463

Black with #F14463

Text Example


Text Example

White with #F14463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14463; }

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

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

background-color css

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

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

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

border-color css

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

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

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