#F1433B

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

Shades of Coral Red #F1433B

Tints of Coral Red #F1433B

Color information

#F1433B (or 0xF1433B) is unknown color: approx Coral Red. HEX triplet: F1, 43 and 3B. RGB value is (241,67,59). Sum of RGB (Red+Green+Blue) = 241+67+59=367 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.67% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 59 (23.44% from 255 or 16.08% from 367); Max value from RGB is 241 - color contains mainly: red. Hex color #F1433B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1433B is #0EBCC4. Grayscale: #767676. Windows color (decimal): -965829 or 3884017. OLE color: 3884017.

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

Color convert

RGB2416759-
CMYK00.720.760.05
HSL2.64º86.67%58.82%-
HSV(B)2.64º75.52%94.51%-
XYZ39.0723.036.52-
YUV118.1194.65215.65-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 65.67%
GREEN value IS 67 (26.56% from 255) = 18.26%
BLUE value IS 59 (23.44% from 255) = 16.08%
R=65.67%
G=18.26%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241675900.720.760.052.6486.6758.82
HexF1433B0484C53573b
Octal3611037301101145312773
Binary111100011000011111011010010001001100101111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1433B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1433B; }

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

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

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

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

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

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

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

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