#F14869

Color #F14869 Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #F14869

Tints of Radical Red #F14869

Color information

#F14869 (or 0xF14869) is unknown color: approx Radical Red. HEX triplet: F1, 48 and 69. RGB value is (241,72,105). Sum of RGB (Red+Green+Blue) = 241+72+105=418 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.66% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 241 - color contains mainly: red. Hex color #F14869 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14869 is #0EB796. Grayscale: #7E7E7E. Windows color (decimal): -964503 or 6899953. OLE color: 6899953.

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

Color convert

RGB24172105-
CMYK00.700.560.05
HSL348.28º85.79%61.37%-
HSV(B)348.28º70.12%94.51%-
XYZ41.1424.3615.9-
YUV126.29115.99209.82-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.66%
GREEN value IS 72 (28.52% from 255) = 17.22%
BLUE value IS 105 (41.41% from 255) = 25.12%
R=57.66%
G=17.22%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417210500.700.560.05348.2885.7961.37
HexF1486904638515c563d
Octal361110151010670553412675
Binary1111000110010001101001010001101110001011010111001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14869; }

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

 H1.HeaderClassName
 {
   color: #F14869;
 }
 .AnyTagClassName
 {
   color: #F14869;
 }
</style>
background-color css

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

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

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

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

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

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