#FE27C0

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

Shades of Razzle Dazzle Rose #FE27C0

Tints of Razzle Dazzle Rose #FE27C0

Color information

#FE27C0 (or 0xFE27C0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 27 and C0. RGB value is (254,39,192). Sum of RGB (Red+Green+Blue) = 254+39+192=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 39 (15.62% from 255 or 8.04% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE27C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE27C0 is #01D83F. Grayscale: #787878. Windows color (decimal): -120896 or 12593150. OLE color: 12593150.

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

Color convert

RGB25439192-
CMYK00.850.240.00
HSL317.3º99.08%57.45%-
HSV(B)317.3º84.65%99.61%-
XYZ51.1126.3352.26-
YUV120.73168.23223.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.37%
GREEN value IS 39 (15.62% from 255) = 8.04%
BLUE value IS 192 (75.39% from 255) = 39.59%
R=52.37%
G=8.04%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2543919200.850.240.00317.399.0857.45
HexFE27C005518013d6339
Octal37647300012530047514371
Binary1111111010011111000000010101011100001001111011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE27C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE27C0; }

 p { color: rgb(254,39,192); }

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

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

 a { background-color: rgb(254,39,192); }

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

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

 span { border-color: rgb(254,39,192); }

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