Shades of Froly #F26F7B
Tints of Froly #F26F7B
RGB
CMYK
RGB Variations
Color information
#F26F7B (or 0xF26F7B) is known color: Froly. HEX triplet: F2, 6F and 7B. RGB value is (242,111,123). Sum of RGB (Red+Green+Blue) = 242+111+123=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F26F7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26F7B is #0D9084. Grayscale: #979797. Windows color (decimal): -888965 or 8089586. OLE color: 8089586.
HSL color Cylindrical-coordinate representation of color #F26F7B: hue angle of 354.5º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F26F7B is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 111 | 123 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.05 |
| HSL | 354.5º | 0.83% | 0.69% | - |
| HSV(B) | 354.5º | 0.54% | 0.95% | - |
| XYZ | 45.88 | 31.68 | 22.43 | - |
| YUV | 151.54 | 111.9 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 111 | 123 | 0 | 0.54 | 0.49 | 0.05 | 354.5 | 0.83 | 0.69 |
| Hex | F2 | 6F | 7B | 0 | 36 | 31 | 5 | 163 | 53 | 45 |
| Octal | 362 | 157 | 173 | 0 | 66 | 61 | 5 | 543 | 123 | 105 |
| Binary | 11110010 | 1101111 | 1111011 | 0 | 110110 | 110001 | 101 | 101100011 | 1010011 | 1000101 |
Color Harmonies of #F26F7B
Complementary color
Monochromatic Colors of #F26F7B
Black with #F26F7B
Text Example
Text Example
White with #F26F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26F7B; }
p { color: rgb(242,111,123); }
H1.HeaderClassName
{
color: #F26F7B;
}
.AnyTagClassName
{
color: #F26F7B;
}
</style>
background-color css
<style>
a { background-color: #F26F7B; }
a { background-color: rgb(242,111,123); }
div.DivClassName
{
background-color: #F26F7B;
}
.BgClassName
{
background-color: #F26F7B;
}
</style>
border-color css
<style>
span { border-color: #F26F7B; }
span { border-color: rgb(242,111,123); }
td.TdClassName
{
border-color: #F26F7B;
}
.TagClassName
{
border-color: #F26F7B;
}
</style>