#FB4442

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

Shades of Coral Red #FB4442

Tints of Coral Red #FB4442

Color information

#FB4442 (or 0xFB4442) is unknown color: approx Coral Red. HEX triplet: FB, 44 and 42. RGB value is (251,68,66). Sum of RGB (Red+Green+Blue) = 251+68+66=385 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.19% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 66 (26.17% from 255 or 17.14% from 385); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4442 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4442 is #04BBBD. Grayscale: #7A7A7A. Windows color (decimal): -310206 or 4343035. OLE color: 4343035.

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

Color convert

RGB2516866-
CMYK00.730.740.02
HSL0.65º95.85%62.16%-
HSV(B)0.65º73.71%98.43%-
XYZ42.8325.047.73-
YUV122.4996.13219.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 65.19%
GREEN value IS 68 (26.95% from 255) = 17.66%
BLUE value IS 66 (26.17% from 255) = 17.14%
R=65.19%
G=17.66%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251686600.730.740.020.6595.8562.16
HexFB44420494A21603e
Octal37310410201111122114076
Binary11111011100010010000100100100110010101011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB4442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB4442; }

 p { color: rgb(251,68,66); }

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

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

 a { background-color: rgb(251,68,66); }

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

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

 span { border-color: rgb(251,68,66); }

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