#FD767A

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

Shades of Froly #FD767A

Tints of Froly #FD767A

Color information

#FD767A (or 0xFD767A) is unknown color: approx Froly. HEX triplet: FD, 76 and 7A. RGB value is (253,118,122). Sum of RGB (Red+Green+Blue) = 253+118+122=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FD767A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD767A is #028985. Grayscale: #9E9E9E. Windows color (decimal): -166278 or 8025853. OLE color: 8025853.

HSL color Cylindrical-coordinate representation of color #FD767A: hue angle of 358.22º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FD767A is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB253118122-
CMYK00.530.520.01
HSL358.22º97.12%72.75%-
HSV(B)358.22º53.36%99.22%-
XYZ50.535.2422.55-
YUV158.82107.23195.17-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.32%
GREEN value IS 118 (46.48% from 255) = 23.94%
BLUE value IS 122 (48.05% from 255) = 24.75%
R=51.32%
G=23.94%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311812200.530.520.01358.2297.1272.75
HexFD767A0353411666149
Octal375166172065641546141111
Binary11111101111011011110100110101110100110110011011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD767A; }

 p { color: rgb(253,118,122); }

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

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

 a { background-color: rgb(253,118,122); }

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

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

 span { border-color: rgb(253,118,122); }

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