Shades of Wild Strawberry #FF4299
Tints of Wild Strawberry #FF4299
RGB
CMYK
RGB Variations
Color information
#FF4299 (or 0xFF4299) is known color: Wild Strawberry. HEX triplet: FF, 42 and 99. RGB value is (255,66,153). Sum of RGB (Red+Green+Blue) = 255+66+153=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 66 (26.17% from 255 or 13.92% from 474); Blue value is 153 (60.16% from 255 or 32.28% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4299 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4299 is #00BD66. Grayscale: #848484. Windows color (decimal): -48487 or 10044159. OLE color: 10044159.
HSL color Cylindrical-coordinate representation of color #FF4299: hue angle of 332.38º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF4299 is Cyan = 0, Magento = 0.74, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 153 | - |
| CMYK | 0 | 0.74 | 0.4 | 0 |
| HSL | 332.38º | 1% | 0.63% | - |
| HSV(B) | 332.38º | 0.74% | 1% | - |
| XYZ | 48.94 | 27.46 | 32.86 | - |
| YUV | 132.43 | 139.62 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 153 | 0 | 0.74 | 0.4 | 0 | 332.38 | 1 | 0.63 |
| Hex | FF | 42 | 99 | 0 | 4A | 28 | 0 | 14C | 64 | 3F |
| Octal | 377 | 102 | 231 | 0 | 112 | 50 | 0 | 514 | 144 | 77 |
| Binary | 11111111 | 1000010 | 10011001 | 0 | 1001010 | 101000 | 0 | 101001100 | 1100100 | 111111 |
Color Harmonies of #FF4299
Complementary color
Monochromatic Colors of #FF4299
Black with #FF4299
Text Example
Text Example
White with #FF4299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4299; }
p { color: rgb(255,66,153); }
H1.HeaderClassName
{
color: #FF4299;
}
.AnyTagClassName
{
color: #FF4299;
}
</style>
background-color css
<style>
a { background-color: #FF4299; }
a { background-color: rgb(255,66,153); }
div.DivClassName
{
background-color: #FF4299;
}
.BgClassName
{
background-color: #FF4299;
}
</style>
border-color css
<style>
span { border-color: #FF4299; }
span { border-color: rgb(255,66,153); }
td.TdClassName
{
border-color: #FF4299;
}
.TagClassName
{
border-color: #FF4299;
}
</style>