#FF7475

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

Shades of Froly #FF7475

Tints of Froly #FF7475

Color information

#FF7475 (or 0xFF7475) is unknown color: approx Froly. HEX triplet: FF, 74 and 75. RGB value is (255,116,117). Sum of RGB (Red+Green+Blue) = 255+116+117=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7475 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7475 is #008B8A. Grayscale: #9D9D9D. Windows color (decimal): -35723 or 7697663. OLE color: 7697663.

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

Color convert

RGB255116117-
CMYK00.550.540
HSL359.57º100%72.75%-
HSV(B)359.57º54.51%100%-
XYZ50.735.0420.92-
YUV157.67105.05197.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.25%
GREEN value IS 116 (45.70% from 255) = 23.77%
BLUE value IS 117 (46.09% from 255) = 23.98%
R=52.25%
G=23.77%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511611700.550.540359.5710072.75
HexFF74750373601686449
Octal377164165067660550144111
Binary11111111111010011101010110111110110010110100011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7475; }

 p { color: rgb(255,116,117); }

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

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

 a { background-color: rgb(255,116,117); }

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

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

 span { border-color: rgb(255,116,117); }

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