#FE35F5

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

Shades of Razzle Dazzle Rose #FE35F5

Tints of Razzle Dazzle Rose #FE35F5

Color information

#FE35F5 (or 0xFE35F5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 35 and F5. RGB value is (254,53,245). Sum of RGB (Red+Green+Blue) = 254+53+245=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 53 (21.09% from 255 or 9.60% from 552); Blue value is 245 (96.09% from 255 or 44.38% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FE35F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE35F5 is #01CA0A. Grayscale: #868686. Windows color (decimal): -117259 or 16070142. OLE color: 16070142.

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

Color convert

RGB25453245-
CMYK00.790.040.00
HSL302.69º99.01%60.2%-
HSV(B)302.69º79.13%99.61%-
XYZ58.6330.2189.13-
YUV134.99190.09212.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.01%
GREEN value IS 53 (21.09% from 255) = 9.60%
BLUE value IS 245 (96.09% from 255) = 44.38%
R=46.01%
G=9.60%
B=44.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2545324500.790.040.00302.6999.0160.2
HexFE35F504F4012f633c
Octal3766536501174045714374
Binary11111110110101111101010100111110001001011111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE35F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE35F5; }

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

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

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

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

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

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

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

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