#F1433F

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

Shades of Coral Red #F1433F

Tints of Coral Red #F1433F

Color information

#F1433F (or 0xF1433F) is unknown color: approx Coral Red. HEX triplet: F1, 43 and 3F. RGB value is (241,67,63). Sum of RGB (Red+Green+Blue) = 241+67+63=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F1433F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1433F is #0EBCC0. Grayscale: #767676. Windows color (decimal): -965825 or 4146161. OLE color: 4146161.

HSL color Cylindrical-coordinate representation of color #F1433F: hue angle of 1.35º degrees, saturation: 0.86, 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 #F1433F is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB2416763-
CMYK00.720.740.05
HSL1.35º86.41%59.61%-
HSV(B)1.35º73.86%94.51%-
XYZ39.1823.077.09-
YUV118.5796.65215.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 64.96%
GREEN value IS 67 (26.56% from 255) = 18.06%
BLUE value IS 63 (25% from 255) = 16.98%
R=64.96%
G=18.06%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241676300.720.740.051.3586.4159.61
HexF1433F0484A51563c
Octal3611037701101125112674
Binary11110001100001111111101001000100101010111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1433F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1433F; }

 p { color: rgb(241,67,63); }

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

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

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

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

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

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

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