#FB38DC

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

Shades of Razzle Dazzle Rose #FB38DC

Tints of Razzle Dazzle Rose #FB38DC

Color information

#FB38DC (or 0xFB38DC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FB, 38 and DC. RGB value is (251,56,220). Sum of RGB (Red+Green+Blue) = 251+56+220=527 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.63% from 527); Green value is 56 (22.27% from 255 or 10.63% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 251 - color contains mainly: red. Hex color #FB38DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB38DC is #04C723. Grayscale: #848484. Windows color (decimal): -313124 or 14432507. OLE color: 14432507.

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

Color convert

RGB25156220-
CMYK00.780.120.02
HSL309.54º96.06%60.2%-
HSV(B)309.54º77.69%98.43%-
XYZ54.1228.570.36-
YUV133177.1212.16-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.63%
GREEN value IS 56 (22.27% from 255) = 10.63%
BLUE value IS 220 (86.33% from 255) = 41.75%
R=47.63%
G=10.63%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2515622000.780.120.02309.5496.0660.2
HexFB38DC04EC2136603c
Octal37370334011614246614074
Binary1111101111100011011100010011101100101001101101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB38DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB38DC; }

 p { color: rgb(251,56,220); }

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

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

 a { background-color: rgb(251,56,220); }

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

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

 span { border-color: rgb(251,56,220); }

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