#FF41B9

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

Shades of Razzle Dazzle Rose #FF41B9

Tints of Razzle Dazzle Rose #FF41B9

Color information

#FF41B9 (or 0xFF41B9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 41 and B9. RGB value is (255,65,185). Sum of RGB (Red+Green+Blue) = 255+65+185=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 65 (25.78% from 255 or 12.87% from 505); Blue value is 185 (72.66% from 255 or 36.63% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF41B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF41B9 is #00BE46. Grayscale: #878787. Windows color (decimal): -48711 or 12141055. OLE color: 12141055.

HSL color Cylindrical-coordinate representation of color #FF41B9: hue angle of 322.11º 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 #FF41B9 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB25565185-
CMYK00.750.270
HSL322.11º100%62.75%-
HSV(B)322.11º74.51%100%-
XYZ51.8928.5448.67-
YUV135.49155.95213.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.50%
GREEN value IS 65 (25.78% from 255) = 12.87%
BLUE value IS 185 (72.66% from 255) = 36.63%
R=50.50%
G=12.87%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556518500.750.270322.1110062.75
HexFF41B904B1B0142643f
Octal377101271011333050214477
Binary11111111100000110111001010010111101101010000101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF41B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF41B9; }

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

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

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

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

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

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

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

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