#F2403F

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

Shades of Coral Red #F2403F

Tints of Coral Red #F2403F

Color information

#F2403F (or 0xF2403F) is unknown color: approx Coral Red. HEX triplet: F2, 40 and 3F. RGB value is (242,64,63). Sum of RGB (Red+Green+Blue) = 242+64+63=369 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.58% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 242 - color contains mainly: red. Hex color #F2403F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2403F is #0DBFC0. Grayscale: #757575. Windows color (decimal): -901057 or 4145394. OLE color: 4145394.

HSL color Cylindrical-coordinate representation of color #F2403F: hue angle of 0.34º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2403F is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB2426463-
CMYK00.740.740.05
HSL0.34º87.32%59.8%-
HSV(B)0.34º73.97%94.9%-
XYZ39.3522.97.05-
YUV117.1197.47217.08-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 65.58%
GREEN value IS 64 (25.39% from 255) = 17.34%
BLUE value IS 63 (25% from 255) = 17.07%
R=65.58%
G=17.34%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242646300.740.740.050.3487.3259.8
HexF2403F04A4A50573c
Octal3621007701121125012774
Binary11110010100000011111101001010100101010101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2403F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2403F; }

 p { color: rgb(242,64,63); }

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

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

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

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

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

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

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