#F8413C

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

Shades of Coral Red #F8413C

Tints of Coral Red #F8413C

Color information

#F8413C (or 0xF8413C) is unknown color: approx Coral Red. HEX triplet: F8, 41 and 3C. RGB value is (248,65,60). Sum of RGB (Red+Green+Blue) = 248+65+60=373 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.49% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 60 (23.83% from 255 or 16.09% from 373); Max value from RGB is 248 - color contains mainly: red. Hex color #F8413C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8413C is #07BEC3. Grayscale: #777777. Windows color (decimal): -507588 or 3949048. OLE color: 3949048.

HSL color Cylindrical-coordinate representation of color #F8413C: hue angle of 1.6º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F8413C is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.03.

Color convert

RGB2486560-
CMYK00.740.760.03
HSL1.6º93.07%60.39%-
HSV(B)1.6º75.81%97.25%-
XYZ41.4224.066.74-
YUV119.1594.63219.91-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 66.49%
GREEN value IS 65 (25.78% from 255) = 17.43%
BLUE value IS 60 (23.83% from 255) = 16.09%
R=66.49%
G=17.43%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.76
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248656000.740.760.031.693.0760.39
HexF8413C04A4C325d3c
Octal3701017401121143213574
Binary11111000100000111110001001010100110011101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8413C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8413C; }

 p { color: rgb(248,65,60); }

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

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

 a { background-color: rgb(248,65,60); }

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

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

 span { border-color: rgb(248,65,60); }

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