#F7385C

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

Shades of Radical Red #F7385C

Tints of Radical Red #F7385C

Color information

#F7385C (or 0xF7385C) is unknown color: approx Radical Red. HEX triplet: F7, 38 and 5C. RGB value is (247,56,92). Sum of RGB (Red+Green+Blue) = 247+56+92=395 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.53% from 395); Green value is 56 (22.27% from 255 or 14.18% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 247 - color contains mainly: red. Hex color #F7385C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7385C is #08C7A3. Grayscale: #757575. Windows color (decimal): -575396 or 6043895. OLE color: 6043895.

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

Color convert

RGB2475692-
CMYK00.770.630.03
HSL348.69º92.27%59.41%-
HSV(B)348.69º77.33%96.86%-
XYZ41.723.3812.44-
YUV117.21113.78220.57-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 62.53%
GREEN value IS 56 (22.27% from 255) = 14.18%
BLUE value IS 92 (36.33% from 255) = 23.29%
R=62.53%
G=14.18%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247569200.770.630.03348.6992.2759.41
HexF7385C04D3F315d5c3b
Octal36770134011577353513473
Binary11110111111000101110001001101111111111010111011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7385C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7385C; }

 p { color: rgb(247,56,92); }

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

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

 a { background-color: rgb(247,56,92); }

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

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

 span { border-color: rgb(247,56,92); }

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