#FB35E3

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

Shades of Razzle Dazzle Rose #FB35E3

Tints of Razzle Dazzle Rose #FB35E3

Color information

#FB35E3 (or 0xFB35E3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FB, 35 and E3. RGB value is (251,53,227). Sum of RGB (Red+Green+Blue) = 251+53+227=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 53 (21.09% from 255 or 9.98% from 531); Blue value is 227 (89.06% from 255 or 42.75% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FB35E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB35E3 is #04CA1C. Grayscale: #838383. Windows color (decimal): -313885 or 14890491. OLE color: 14890491.

HSL color Cylindrical-coordinate representation of color #FB35E3: hue angle of 307.27º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FB35E3 is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB25153227-
CMYK00.790.100.02
HSL307.27º96.12%59.61%-
HSV(B)307.27º78.88%98.43%-
XYZ54.9228.675.3-
YUV132.04181.6212.85-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.27%
GREEN value IS 53 (21.09% from 255) = 9.98%
BLUE value IS 227 (89.06% from 255) = 42.75%
R=47.27%
G=9.98%
B=42.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2515322700.790.100.02307.2796.1259.61
HexFB35E304FA2133603c
Octal37365343011712246314074
Binary1111101111010111100011010011111010101001100111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB35E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB35E3; }

 p { color: rgb(251,53,227); }

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

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

 a { background-color: rgb(251,53,227); }

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

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

 span { border-color: rgb(251,53,227); }

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