Shades of Razzle Dazzle Rose #FE38C4
Tints of Razzle Dazzle Rose #FE38C4
RGB
CMYK
RGB Variations
Color information
#FE38C4 (or 0xFE38C4) is known color: Razzle Dazzle Rose. HEX triplet: FE, 38 and C4. RGB value is (254,56,196). Sum of RGB (Red+Green+Blue) = 254+56+196=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 56 (22.27% from 255 or 11.07% from 506); Blue value is 196 (76.95% from 255 or 38.74% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE38C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE38C4 is #01C73B. Grayscale: #828282. Windows color (decimal): -116540 or 12859646. OLE color: 12859646.
HSL color Cylindrical-coordinate representation of color #FE38C4: hue angle of 317.58º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE38C4 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 196 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.00 |
| HSL | 317.58º | 0.99% | 0.61% | - |
| HSV(B) | 317.58º | 0.78% | 1% | - |
| XYZ | 52.25 | 27.88 | 54.85 | - |
| YUV | 131.16 | 164.6 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 196 | 0 | 0.78 | 0.23 | 0.00 | 317.58 | 0.99 | 0.61 |
| Hex | FE | 38 | C4 | 0 | 4E | 17 | 0 | 13E | 63 | 3D |
| Octal | 376 | 70 | 304 | 0 | 116 | 27 | 0 | 476 | 143 | 75 |
| Binary | 11111110 | 111000 | 11000100 | 0 | 1001110 | 10111 | 0 | 100111110 | 1100011 | 111101 |
Color Harmonies of #FE38C4
Complementary color
Monochromatic Colors of #FE38C4
Black with #FE38C4
Text Example
Text Example
White with #FE38C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE38C4; }
p { color: rgb(254,56,196); }
H1.HeaderClassName
{
color: #FE38C4;
}
.AnyTagClassName
{
color: #FE38C4;
}
</style>
background-color css
<style>
a { background-color: #FE38C4; }
a { background-color: rgb(254,56,196); }
div.DivClassName
{
background-color: #FE38C4;
}
.BgClassName
{
background-color: #FE38C4;
}
</style>
border-color css
<style>
span { border-color: #FE38C4; }
span { border-color: rgb(254,56,196); }
td.TdClassName
{
border-color: #FE38C4;
}
.TagClassName
{
border-color: #FE38C4;
}
</style>