#FB4342

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

Shades of Coral Red #FB4342

Tints of Coral Red #FB4342

Color information

#FB4342 (or 0xFB4342) is unknown color: approx Coral Red. HEX triplet: FB, 43 and 42. RGB value is (251,67,66). Sum of RGB (Red+Green+Blue) = 251+67+66=384 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.36% from 384); Green value is 67 (26.56% from 255 or 17.45% from 384); Blue value is 66 (26.17% from 255 or 17.19% from 384); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4342 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4342 is #04BCBD. Grayscale: #7A7A7A. Windows color (decimal): -310462 or 4342779. OLE color: 4342779.

HSL color Cylindrical-coordinate representation of color #FB4342: hue angle of 0.32º 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 #FB4342 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB2516766-
CMYK00.730.740.02
HSL0.32º95.85%62.16%-
HSV(B)0.32º73.71%98.43%-
XYZ42.7724.927.71-
YUV121.996.46220.08-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 65.36%
GREEN value IS 67 (26.56% from 255) = 17.45%
BLUE value IS 66 (26.17% from 255) = 17.19%
R=65.36%
G=17.45%
B=17.19%

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
Decimal251676600.730.740.020.3295.8562.16
HexFB43420494A20603e
Octal37310310201111122014076
Binary11111011100001110000100100100110010101001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB4342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB4342; }

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

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

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

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

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

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

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

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