#FF7958

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

Shades of Coral #FF7958

Tints of Coral #FF7958

Color information

#FF7958 (or 0xFF7958) is unknown color: approx Coral. HEX triplet: FF, 79 and 58. RGB value is (255,121,88). Sum of RGB (Red+Green+Blue) = 255+121+88=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 121 (47.66% from 255 or 26.08% from 464); Blue value is 88 (34.77% from 255 or 18.97% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7958 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7958 is #0086A7. Grayscale: #9D9D9D. Windows color (decimal): -34472 or 5798399. OLE color: 5798399.

HSL color Cylindrical-coordinate representation of color #FF7958: hue angle of 11.86º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF7958 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.

Color convert

RGB25512188-
CMYK00.530.650
HSL11.86º100%67.25%-
HSV(B)11.86º65.49%100%-
XYZ49.8435.6413.48-
YUV157.388.89197.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.96%
GREEN value IS 121 (47.66% from 255) = 26.08%
BLUE value IS 88 (34.77% from 255) = 18.97%
R=54.96%
G=26.08%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551218800.530.65011.8610067.25
HexFF7958035410c6443
Octal377171130065101014144103
Binary1111111111110011011000011010110000010110011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7958; }

 p { color: rgb(255,121,88); }

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

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

 a { background-color: rgb(255,121,88); }

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

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

 span { border-color: rgb(255,121,88); }

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