#F26978

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

Shades of Froly #F26978

Tints of Froly #F26978

Color information

#F26978 (or 0xF26978) is unknown color: approx Froly. HEX triplet: F2, 69 and 78. RGB value is (242,105,120). Sum of RGB (Red+Green+Blue) = 242+105+120=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 105 (41.41% from 255 or 22.48% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F26978 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26978 is #0D9687. Grayscale: #939393. Windows color (decimal): -890504 or 7891442. OLE color: 7891442.

HSL color Cylindrical-coordinate representation of color #F26978: hue angle of 353.43º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F26978 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB242105120-
CMYK00.570.500.05
HSL353.43º84.05%68.04%-
HSV(B)353.43º56.61%94.9%-
XYZ45.0630.3421.25-
YUV147.67112.39195.28-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.82%
GREEN value IS 105 (41.41% from 255) = 22.48%
BLUE value IS 120 (47.27% from 255) = 25.70%
R=51.82%
G=22.48%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210512000.570.500.05353.4384.0568.04
HexF269780393251615444
Octal362151170071625541124104
Binary1111001011010011111000011100111001010110110000110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26978; }

 p { color: rgb(242,105,120); }

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

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

 a { background-color: rgb(242,105,120); }

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

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

 span { border-color: rgb(242,105,120); }

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