#FB46CC

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

Shades of Razzle Dazzle Rose #FB46CC

Tints of Razzle Dazzle Rose #FB46CC

Color information

#FB46CC (or 0xFB46CC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FB, 46 and CC. RGB value is (251,70,204). Sum of RGB (Red+Green+Blue) = 251+70+204=525 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.81% from 525); Green value is 70 (27.73% from 255 or 13.33% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 251 - color contains mainly: red. Hex color #FB46CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB46CC is #04B933. Grayscale: #8B8B8B. Windows color (decimal): -309556 or 13387515. OLE color: 13387515.

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

Color convert

RGB25170204-
CMYK00.720.190.02
HSL315.58º95.77%62.94%-
HSV(B)315.58º72.11%98.43%-
XYZ52.8729.2559.99-
YUV139.39164.47207.6-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.81%
GREEN value IS 70 (27.73% from 255) = 13.33%
BLUE value IS 204 (80.08% from 255) = 38.86%
R=47.81%
G=13.33%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2517020400.720.190.02315.5895.7762.94
HexFB46CC04813213c603f
Octal373106314011023247414077
Binary111110111000110110011000100100010011101001111001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB46CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB46CC; }

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

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

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

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

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

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

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

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