#F13F66

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

Shades of Radical Red #F13F66

Tints of Radical Red #F13F66

Color information

#F13F66 (or 0xF13F66) is unknown color: approx Radical Red. HEX triplet: F1, 3F and 66. RGB value is (241,63,102). Sum of RGB (Red+Green+Blue) = 241+63+102=406 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.36% from 406); Green value is 63 (25% from 255 or 15.52% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 241 - color contains mainly: red. Hex color #F13F66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13F66 is #0EC099. Grayscale: #787878. Windows color (decimal): -966810 or 6701041. OLE color: 6701041.

HSL color Cylindrical-coordinate representation of color #F13F66: hue angle of 346.85º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F13F66 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB24163102-
CMYK00.740.580.05
HSL346.85º86.41%59.61%-
HSV(B)346.85º73.86%94.51%-
XYZ40.4523.2214.92-
YUV120.67117.47213.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 59.36%
GREEN value IS 63 (25% from 255) = 15.52%
BLUE value IS 102 (40.23% from 255) = 25.12%
R=59.36%
G=15.52%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416310200.740.580.05346.8586.4159.61
HexF13F6604A3A515b563c
Octal36177146011272553312674
Binary111100011111111100110010010101110101011010110111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13F66; }

 p { color: rgb(241,63,102); }

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

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

 a { background-color: rgb(241,63,102); }

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

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

 span { border-color: rgb(241,63,102); }

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