#FB2CC4

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

Shades of Razzle Dazzle Rose #FB2CC4

Tints of Razzle Dazzle Rose #FB2CC4

Color information

#FB2CC4 (or 0xFB2CC4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FB, 2C and C4. RGB value is (251,44,196). Sum of RGB (Red+Green+Blue) = 251+44+196=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 44 (17.58% from 255 or 8.96% from 491); Blue value is 196 (76.95% from 255 or 39.92% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2CC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB2CC4 is #04D33B. Grayscale: #7A7A7A. Windows color (decimal): -316220 or 12856571. OLE color: 12856571.

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

Color convert

RGB25144196-
CMYK00.820.220.02
HSL315.94º96.28%57.84%-
HSV(B)315.94º82.47%98.43%-
XYZ50.6526.354.63-
YUV123.22169.08219.14-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.12%
GREEN value IS 44 (17.58% from 255) = 8.96%
BLUE value IS 196 (76.95% from 255) = 39.92%
R=51.12%
G=8.96%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2514419600.820.220.02315.9496.2857.84
HexFB2CC405216213c603a
Octal37354304012226247414072
Binary11111011101100110001000101001010110101001111001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB2CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB2CC4; }

 p { color: rgb(251,44,196); }

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

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

 a { background-color: rgb(251,44,196); }

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

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

 span { border-color: rgb(251,44,196); }

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