#FB40CC

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

Shades of Razzle Dazzle Rose #FB40CC

Tints of Razzle Dazzle Rose #FB40CC

Color information

#FB40CC (or 0xFB40CC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FB, 40 and CC. RGB value is (251,64,204). Sum of RGB (Red+Green+Blue) = 251+64+204=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 64 (25.39% from 255 or 12.33% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 251 - color contains mainly: red. Hex color #FB40CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB40CC is #04BF33. Grayscale: #878787. Windows color (decimal): -311092 or 13385979. OLE color: 13385979.

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

Color convert

RGB25164204-
CMYK00.750.190.02
HSL315.08º95.9%61.76%-
HSV(B)315.08º74.5%98.43%-
XYZ52.5228.5459.87-
YUV135.87166.45210.12-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.36%
GREEN value IS 64 (25.39% from 255) = 12.33%
BLUE value IS 204 (80.08% from 255) = 39.31%
R=48.36%
G=12.33%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2516420400.750.190.02315.0895.961.76
HexFB40CC04B13213b603e
Octal373100314011323247314076
Binary111110111000000110011000100101110011101001110111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB40CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB40CC; }

 p { color: rgb(251,64,204); }

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

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

 a { background-color: rgb(251,64,204); }

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

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

 span { border-color: rgb(251,64,204); }

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