#FE35CC

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

Shades of Razzle Dazzle Rose #FE35CC

Tints of Razzle Dazzle Rose #FE35CC

Color information

#FE35CC (or 0xFE35CC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 35 and CC. RGB value is (254,53,204). Sum of RGB (Red+Green+Blue) = 254+53+204=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 53 (21.09% from 255 or 10.37% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE35CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE35CC is #01CA33. Grayscale: #818181. Windows color (decimal): -117300 or 13383166. OLE color: 13383166.

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

Color convert

RGB25453204-
CMYK00.790.200.00
HSL314.93º99.01%60.2%-
HSV(B)314.93º79.13%99.61%-
XYZ53.0527.9859.73-
YUV130.31169.59216.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.71%
GREEN value IS 53 (21.09% from 255) = 10.37%
BLUE value IS 204 (80.08% from 255) = 39.92%
R=49.71%
G=10.37%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2545320400.790.200.00314.9399.0160.2
HexFE35CC04F14013b633c
Octal37665314011724047314374
Binary1111111011010111001100010011111010001001110111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE35CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE35CC; }

 p { color: rgb(254,53,204); }

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

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

 a { background-color: rgb(254,53,204); }

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

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

 span { border-color: rgb(254,53,204); }

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