#FF44C1

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

Shades of Razzle Dazzle Rose #FF44C1

Tints of Razzle Dazzle Rose #FF44C1

Color information

#FF44C1 (or 0xFF44C1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 44 and C1. RGB value is (255,68,193). Sum of RGB (Red+Green+Blue) = 255+68+193=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 68 (26.95% from 255 or 13.18% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF44C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF44C1 is #00BB3E. Grayscale: #898989. Windows color (decimal): -47935 or 12666111. OLE color: 12666111.

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

Color convert

RGB25568193-
CMYK00.730.240
HSL319.89º100%63.33%-
HSV(B)319.89º73.33%100%-
XYZ52.9329.2453.31-
YUV138.16158.95211.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.42%
GREEN value IS 68 (26.95% from 255) = 13.18%
BLUE value IS 193 (75.78% from 255) = 37.40%
R=49.42%
G=13.18%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556819300.730.240319.8910063.33
HexFF44C1049180140643f
Octal377104301011130050014477
Binary11111111100010011000001010010011100001010000001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF44C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF44C1; }

 p { color: rgb(255,68,193); }

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

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

 a { background-color: rgb(255,68,193); }

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

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

 span { border-color: rgb(255,68,193); }

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