#FB35DB

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

Shades of Razzle Dazzle Rose #FB35DB

Tints of Razzle Dazzle Rose #FB35DB

Color information

#FB35DB (or 0xFB35DB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FB, 35 and DB. RGB value is (251,53,219). Sum of RGB (Red+Green+Blue) = 251+53+219=523 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.99% from 523); Green value is 53 (21.09% from 255 or 10.13% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 251 - color contains mainly: red. Hex color #FB35DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB35DB is #04CA24. Grayscale: #828282. Windows color (decimal): -313893 or 14366203. OLE color: 14366203.

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

Color convert

RGB25153219-
CMYK00.790.130.02
HSL309.7º96.12%59.61%-
HSV(B)309.7º78.88%98.43%-
XYZ53.8428.1769.62-
YUV131.13177.6213.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.99%
GREEN value IS 53 (21.09% from 255) = 10.13%
BLUE value IS 219 (85.94% from 255) = 41.87%
R=47.99%
G=10.13%
B=41.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2515321900.790.130.02309.796.1259.61
HexFB35DB04FD2136603c
Octal37365333011715246614074
Binary1111101111010111011011010011111101101001101101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB35DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB35DB; }

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

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

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

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

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

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

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

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