#FF3FCC

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

Shades of Razzle Dazzle Rose #FF3FCC

Tints of Razzle Dazzle Rose #FF3FCC

Color information

#FF3FCC (or 0xFF3FCC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 3F and CC. RGB value is (255,63,204). Sum of RGB (Red+Green+Blue) = 255+63+204=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 63 (25% from 255 or 12.07% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3FCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3FCC is #00C033. Grayscale: #888888. Windows color (decimal): -49204 or 13385727. OLE color: 13385727.

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

Color convert

RGB25563204-
CMYK00.750.20
HSL315.94º100%62.35%-
HSV(B)315.94º75.29%100%-
XYZ53.9229.1759.92-
YUV136.48166.11212.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.85%
GREEN value IS 63 (25% from 255) = 12.07%
BLUE value IS 204 (80.08% from 255) = 39.08%
R=48.85%
G=12.07%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556320400.750.20315.9410062.35
HexFF3FCC04B14013c643e
Octal37777314011324047414476
Binary1111111111111111001100010010111010001001111001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3FCC; }

 p { color: rgb(255,63,204); }

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

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

 a { background-color: rgb(255,63,204); }

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

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

 span { border-color: rgb(255,63,204); }

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