#F06B7A

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

Shades of Froly #F06B7A

Tints of Froly #F06B7A

Color information

#F06B7A (or 0xF06B7A) is unknown color: approx Froly. HEX triplet: F0, 6B and 7A. RGB value is (240,107,122). Sum of RGB (Red+Green+Blue) = 240+107+122=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 107 (42.19% from 255 or 22.81% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F06B7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06B7A is #0F9485. Grayscale: #949494. Windows color (decimal): -1021062 or 8023024. OLE color: 8023024.

HSL color Cylindrical-coordinate representation of color #F06B7A: hue angle of 353.23º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F06B7A is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB240107122-
CMYK00.550.490.06
HSL353.23º81.6%68.04%-
HSV(B)353.23º55.42%94.12%-
XYZ44.7130.4521.93-
YUV148.48113.06193.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.17%
GREEN value IS 107 (42.19% from 255) = 22.81%
BLUE value IS 122 (48.05% from 255) = 26.01%
R=51.17%
G=22.81%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010712200.550.490.06353.2381.668.04
HexF06B7A0373161615244
Octal360153172067616541122104
Binary1111000011010111111010011011111000111010110000110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06B7A; }

 p { color: rgb(240,107,122); }

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

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

 a { background-color: rgb(240,107,122); }

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

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

 span { border-color: rgb(240,107,122); }

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