Shades of Paris Daisy #F2FB52
Tints of Paris Daisy #F2FB52
RGB
CMYK
RGB Variations
Color information
#F2FB52 (or 0xF2FB52) is known color: Paris Daisy. HEX triplet: F2, FB and 52. RGB value is (242,251,82). Sum of RGB (Red+Green+Blue) = 242+251+82=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 251 (98.44% from 255 or 43.65% from 575); Blue value is 82 (32.42% from 255 or 14.26% from 575); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FB52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FB52 is #0D04AD. Grayscale: #E5E5E5. Windows color (decimal): -853166 or 5438450. OLE color: 5438450.
HSL color Cylindrical-coordinate representation of color #F2FB52: hue angle of 63.2º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2FB52 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 251 | 82 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.02 |
| HSL | 63.2º | 0.95% | 0.65% | - |
| HSV(B) | 63.2º | 0.67% | 0.98% | - |
| XYZ | 72.64 | 88.48 | 21.23 | - |
| YUV | 229.04 | 45.02 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 251 | 82 | 0.04 | 0 | 0.67 | 0.02 | 63.2 | 0.95 | 0.65 |
| Hex | F2 | FB | 52 | 4 | 0 | 43 | 2 | 3F | 5F | 41 |
| Octal | 362 | 373 | 122 | 4 | 0 | 103 | 2 | 77 | 137 | 101 |
| Binary | 11110010 | 11111011 | 1010010 | 100 | 0 | 1000011 | 10 | 111111 | 1011111 | 1000001 |
Color Harmonies of #F2FB52
Complementary color
Monochromatic Colors of #F2FB52
Black with #F2FB52
Text Example
Text Example
White with #F2FB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FB52; }
p { color: rgb(242,251,82); }
H1.HeaderClassName
{
color: #F2FB52;
}
.AnyTagClassName
{
color: #F2FB52;
}
</style>
background-color css
<style>
a { background-color: #F2FB52; }
a { background-color: rgb(242,251,82); }
div.DivClassName
{
background-color: #F2FB52;
}
.BgClassName
{
background-color: #F2FB52;
}
</style>
border-color css
<style>
span { border-color: #F2FB52; }
span { border-color: rgb(242,251,82); }
td.TdClassName
{
border-color: #F2FB52;
}
.TagClassName
{
border-color: #F2FB52;
}
</style>