#F63F3F

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

Shades of Coral Red #F63F3F

Tints of Coral Red #F63F3F

Color information

#F63F3F (or 0xF63F3F) is unknown color: approx Coral Red. HEX triplet: F6, 3F and 3F. RGB value is (246,63,63). Sum of RGB (Red+Green+Blue) = 246+63+63=372 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.13% from 372); Green value is 63 (25% from 255 or 16.94% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 246 - color contains mainly: red. Hex color #F63F3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63F3F is #09C0C0. Grayscale: #757575. Windows color (decimal): -639169 or 4145142. OLE color: 4145142.

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

Color convert

RGB2466363-
CMYK00.740.740.04
HSL91.04%60.59%-
HSV(B)74.39%96.47%-
XYZ40.6823.517.1-
YUV117.7297.13219.5-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 66.13%
GREEN value IS 63 (25% from 255) = 16.94%
BLUE value IS 63 (25% from 255) = 16.94%
R=66.13%
G=16.94%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246636300.740.740.04091.0460.59
HexF63F3F04A4A405b3d
Octal366777701121124013375
Binary1111011011111111111101001010100101010001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F63F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F63F3F; }

 p { color: rgb(246,63,63); }

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

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

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

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

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

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

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