#F341D3

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

Shades of Razzle Dazzle Rose #F341D3

Tints of Razzle Dazzle Rose #F341D3

Color information

#F341D3 (or 0xF341D3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 41 and D3. RGB value is (243,65,211). Sum of RGB (Red+Green+Blue) = 243+65+211=519 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.82% from 519); Green value is 65 (25.78% from 255 or 12.52% from 519); Blue value is 211 (82.81% from 255 or 40.66% from 519); Max value from RGB is 243 - color contains mainly: red. Hex color #F341D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F341D3 is #0CBE2C. Grayscale: #868686. Windows color (decimal): -835117 or 13844979. OLE color: 13844979.

HSL color Cylindrical-coordinate representation of color #F341D3: hue angle of 310.79º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F341D3 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB24365211-
CMYK00.730.130.05
HSL310.79º88.12%60.39%-
HSV(B)310.79º73.25%95.29%-
XYZ50.6127.5464.28-
YUV134.87170.97205.13-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.82%
GREEN value IS 65 (25.78% from 255) = 12.52%
BLUE value IS 211 (82.81% from 255) = 40.66%
R=46.82%
G=12.52%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2436521100.730.130.05310.7988.1260.39
HexF341D3049D5137583c
Octal363101323011115546713074
Binary111100111000001110100110100100111011011001101111011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F341D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F341D3; }

 p { color: rgb(243,65,211); }

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

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

 a { background-color: rgb(243,65,211); }

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

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

 span { border-color: rgb(243,65,211); }

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