#F2747B

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

Shades of Froly #F2747B

Tints of Froly #F2747B

Color information

#F2747B (or 0xF2747B) is unknown color: approx Froly. HEX triplet: F2, 74 and 7B. RGB value is (242,116,123). Sum of RGB (Red+Green+Blue) = 242+116+123=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F2747B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2747B is #0D8B84. Grayscale: #9A9A9A. Windows color (decimal): -887685 or 8090866. OLE color: 8090866.

HSL color Cylindrical-coordinate representation of color #F2747B: hue angle of 356.67º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F2747B is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB242116123-
CMYK00.520.490.05
HSL356.67º82.89%70.2%-
HSV(B)356.67º52.07%94.9%-
XYZ46.4432.822.62-
YUV154.47110.24190.43-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.31%
GREEN value IS 116 (45.70% from 255) = 24.12%
BLUE value IS 123 (48.44% from 255) = 25.57%
R=50.31%
G=24.12%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211612300.520.490.05356.6782.8970.2
HexF2747B0343151655346
Octal362164173064615545123106
Binary1111001011101001111011011010011000110110110010110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2747B; }

 p { color: rgb(242,116,123); }

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

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

 a { background-color: rgb(242,116,123); }

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

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

 span { border-color: rgb(242,116,123); }

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