#FB42DA

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

Shades of Razzle Dazzle Rose #FB42DA

Tints of Razzle Dazzle Rose #FB42DA

Color information

#FB42DA (or 0xFB42DA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FB, 42 and DA. RGB value is (251,66,218). Sum of RGB (Red+Green+Blue) = 251+66+218=535 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.92% from 535); Green value is 66 (26.17% from 255 or 12.34% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 251 - color contains mainly: red. Hex color #FB42DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB42DA is #04BD25. Grayscale: #8A8A8A. Windows color (decimal): -310566 or 14303995. OLE color: 14303995.

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

Color convert

RGB25166218-
CMYK00.740.130.02
HSL310.7º95.85%62.16%-
HSV(B)310.7º73.71%98.43%-
XYZ54.3929.4769.15-
YUV138.64172.79208.14-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.92%
GREEN value IS 66 (26.17% from 255) = 12.34%
BLUE value IS 218 (85.55% from 255) = 40.75%
R=46.92%
G=12.34%
B=40.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2516621800.740.130.02310.795.8562.16
HexFB42DA04AD2137603e
Octal373102332011215246714076
Binary11111011100001011011010010010101101101001101111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB42DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB42DA; }

 p { color: rgb(251,66,218); }

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

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

 a { background-color: rgb(251,66,218); }

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

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

 span { border-color: rgb(251,66,218); }

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