#FE35F6

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

Shades of Razzle Dazzle Rose #FE35F6

Tints of Razzle Dazzle Rose #FE35F6

Color information

#FE35F6 (or 0xFE35F6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 35 and F6. RGB value is (254,53,246). Sum of RGB (Red+Green+Blue) = 254+53+246=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 53 (21.09% from 255 or 9.58% from 553); Blue value is 246 (96.48% from 255 or 44.48% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FE35F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE35F6 is #01CA09. Grayscale: #868686. Windows color (decimal): -117258 or 16135678. OLE color: 16135678.

HSL color Cylindrical-coordinate representation of color #FE35F6: hue angle of 302.39º 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 #FE35F6 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB25453246-
CMYK00.790.030.00
HSL302.39º99.01%60.2%-
HSV(B)302.39º79.13%99.61%-
XYZ58.7830.2789.93-
YUV135.1190.59212.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.93%
GREEN value IS 53 (21.09% from 255) = 9.58%
BLUE value IS 246 (96.48% from 255) = 44.48%
R=45.93%
G=9.58%
B=44.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2545324600.790.030.00302.3999.0160.2
HexFE35F604F3012e633c
Octal3766536601173045614374
Binary1111111011010111110110010011111101001011101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE35F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE35F6; }

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

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

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

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

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

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

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

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