#FF41C1

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

Shades of Razzle Dazzle Rose #FF41C1

Tints of Razzle Dazzle Rose #FF41C1

Color information

#FF41C1 (or 0xFF41C1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 41 and C1. RGB value is (255,65,193). Sum of RGB (Red+Green+Blue) = 255+65+193=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 65 (25.78% from 255 or 12.67% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF41C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF41C1 is #00BE3E. Grayscale: #888888. Windows color (decimal): -48703 or 12665343. OLE color: 12665343.

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

Color convert

RGB25565193-
CMYK00.750.240
HSL319.58º100%62.75%-
HSV(B)319.58º74.51%100%-
XYZ52.7628.8953.25-
YUV136.4159.95212.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.71%
GREEN value IS 65 (25.78% from 255) = 12.67%
BLUE value IS 193 (75.78% from 255) = 37.62%
R=49.71%
G=12.67%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556519300.750.240319.5810062.75
HexFF41C104B180140643f
Octal377101301011330050014477
Binary11111111100000111000001010010111100001010000001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF41C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF41C1; }

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

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

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

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

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

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

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

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