#F7375A

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

Shades of Radical Red #F7375A

Tints of Radical Red #F7375A

Color information

#F7375A (or 0xF7375A) is unknown color: approx Radical Red. HEX triplet: F7, 37 and 5A. RGB value is (247,55,90). Sum of RGB (Red+Green+Blue) = 247+55+90=392 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.01% from 392); Green value is 55 (21.88% from 255 or 14.03% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 247 - color contains mainly: red. Hex color #F7375A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7375A is #08C8A5. Grayscale: #747474. Windows color (decimal): -575654 or 5912567. OLE color: 5912567.

HSL color Cylindrical-coordinate representation of color #F7375A: hue angle of 349.06º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F7375A is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB2475590-
CMYK00.780.640.03
HSL349.06º92.31%59.22%-
HSV(B)349.06º77.73%96.86%-
XYZ41.5723.2411.97-
YUV116.4113.11221.15-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 63.01%
GREEN value IS 55 (21.88% from 255) = 14.03%
BLUE value IS 90 (35.55% from 255) = 22.96%
R=63.01%
G=14.03%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247559000.780.640.03349.0692.3159.22
HexF7375A04E40315d5c3b
Octal367671320116100353513473
Binary111101111101111011010010011101000000111010111011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7375A; }

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

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

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

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

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

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

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

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