#FE35B9

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

Shades of Razzle Dazzle Rose #FE35B9

Tints of Razzle Dazzle Rose #FE35B9

Color information

#FE35B9 (or 0xFE35B9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 35 and B9. RGB value is (254,53,185). Sum of RGB (Red+Green+Blue) = 254+53+185=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 53 (21.09% from 255 or 10.77% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE35B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE35B9 is #01CA46. Grayscale: #7F7F7F. Windows color (decimal): -117319 or 12137982. OLE color: 12137982.

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

Color convert

RGB25453185-
CMYK00.790.270.00
HSL320.6º99.01%60.2%-
HSV(B)320.6º79.13%99.61%-
XYZ50.927.1248.45-
YUV128.15160.09217.77-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.63%
GREEN value IS 53 (21.09% from 255) = 10.77%
BLUE value IS 185 (72.66% from 255) = 37.60%
R=51.63%
G=10.77%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2545318500.790.270.00320.699.0160.2
HexFE35B904F1B0141633c
Octal37665271011733050114374
Binary1111111011010110111001010011111101101010000011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE35B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE35B9; }

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

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

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

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

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

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

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

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