#FB35B8

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

Shades of Razzle Dazzle Rose #FB35B8

Tints of Razzle Dazzle Rose #FB35B8

Color information

#FB35B8 (or 0xFB35B8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FB, 35 and B8. RGB value is (251,53,184). Sum of RGB (Red+Green+Blue) = 251+53+184=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 53 (21.09% from 255 or 10.86% from 488); Blue value is 184 (72.27% from 255 or 37.70% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FB35B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB35B8 is #04CA47. Grayscale: #7E7E7E. Windows color (decimal): -313928 or 12072443. OLE color: 12072443.

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

Color convert

RGB25153184-
CMYK00.790.270.02
HSL320.3º96.12%59.61%-
HSV(B)320.3º78.88%98.43%-
XYZ49.7126.5247.85-
YUV127.14160.1216.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.43%
GREEN value IS 53 (21.09% from 255) = 10.86%
BLUE value IS 184 (72.27% from 255) = 37.70%
R=51.43%
G=10.86%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2515318400.790.270.02320.396.1259.61
HexFB35B804F1B2140603c
Octal37365270011733250014074
Binary11111011110101101110000100111111011101010000001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB35B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB35B8; }

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

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

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

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

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

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

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

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