#f2413d

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

Shades of Coral Red #F2413D

Tints of Coral Red #F2413D

Color information

#F2413D (or 0xF2413D) is unknown color: approx Coral Red. HEX triplet: F2, 41 and 3D. RGB value is (242,65,61). Sum of RGB (Red+Green+Blue) = 242+65+61=368 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.76% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 242 - color contains mainly: red. Hex color #F2413D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2413D is #0DBEC2. Grayscale: #757575. Windows color (decimal): -900803 or 4014578. OLE color: 4014578.

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

Color convert

RGB2426561-
CMYK00.730.750.05
HSL1.33º87.44%59.41%-
HSV(B)1.33º74.79%94.9%-
XYZ39.3522.996.78-
YUV117.4796.14216.83-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 65.76%
GREEN value IS 65 (25.78% from 255) = 17.66%
BLUE value IS 61 (24.22% from 255) = 16.58%
R=65.76%
G=17.66%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242656100.730.750.051.3387.4459.41
HexF2413D0494B51573b
Octal3621017501111135112773
Binary11110010100000111110101001001100101110111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2413d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2413d; }

 p { color: rgb(242,65,61); }

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

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

 a { background-color: rgb(242,65,61); }

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

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

 span { border-color: rgb(242,65,61); }

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