#F6375A

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

Shades of Radical Red #F6375A

Tints of Radical Red #F6375A

Color information

#F6375A (or 0xF6375A) is unknown color: approx Radical Red. HEX triplet: F6, 37 and 5A. RGB value is (246,55,90). Sum of RGB (Red+Green+Blue) = 246+55+90=391 (51% of max value = 765). Red value is 246 (96.48% from 255 or 62.92% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 246 - color contains mainly: red. Hex color #F6375A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6375A is #09C8A5. Grayscale: #747474. Windows color (decimal): -641190 or 5912566. OLE color: 5912566.

HSL color Cylindrical-coordinate representation of color #F6375A: hue angle of 349.01º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F6375A is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB2465590-
CMYK00.780.630.04
HSL349.01º91.39%59.02%-
HSV(B)349.01º77.64%96.47%-
XYZ41.2223.0611.95-
YUV116.1113.28220.65-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 62.92%
GREEN value IS 55 (21.88% from 255) = 14.07%
BLUE value IS 90 (35.55% from 255) = 23.02%
R=62.92%
G=14.07%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246559000.780.630.04349.0191.3959.02
HexF6375A04E3F415d5b3b
Octal36667132011677453513373
Binary111101101101111011010010011101111111001010111011011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6375A; }

 p { color: rgb(246,55,90); }

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

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

 a { background-color: rgb(246,55,90); }

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

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

 span { border-color: rgb(246,55,90); }

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