#FE4CC2

Color #FE4CC2 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #FE4CC2

Tints of Razzle Dazzle Rose #FE4CC2

Color information

#FE4CC2 (or 0xFE4CC2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 4C and C2. RGB value is (254,76,194). Sum of RGB (Red+Green+Blue) = 254+76+194=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 76 (30.08% from 255 or 14.50% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4CC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE4CC2 is #01B33D. Grayscale: #8E8E8E. Windows color (decimal): -111422 or 12733694. OLE color: 12733694.

HSL color Cylindrical-coordinate representation of color #FE4CC2: hue angle of 320.22º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4CC2 is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB25476194-
CMYK00.700.240.00
HSL320.22º98.89%64.71%-
HSV(B)320.22º70.08%99.61%-
XYZ53.230.1354.05-
YUV142.67156.97207.41-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.47%
GREEN value IS 76 (30.08% from 255) = 14.50%
BLUE value IS 194 (76.17% from 255) = 37.02%
R=48.47%
G=14.50%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547619400.700.240.00320.2298.8964.71
HexFE4CC20461801406341
Octal3761143020106300500143101
Binary111111101001100110000100100011011000010100000011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4CC2; }

 p { color: rgb(254,76,194); }

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

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

 a { background-color: rgb(254,76,194); }

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

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

 span { border-color: rgb(254,76,194); }

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