#F341DC

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

Shades of Razzle Dazzle Rose #F341DC

Tints of Razzle Dazzle Rose #F341DC

Color information

#F341DC (or 0xF341DC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 41 and DC. RGB value is (243,65,220). Sum of RGB (Red+Green+Blue) = 243+65+220=528 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.02% from 528); Green value is 65 (25.78% from 255 or 12.31% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 243 - color contains mainly: red. Hex color #F341DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F341DC is #0CBE23. Grayscale: #878787. Windows color (decimal): -835108 or 14434803. OLE color: 14434803.

HSL color Cylindrical-coordinate representation of color #F341DC: hue angle of 307.75º 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 #F341DC is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB24365220-
CMYK00.730.090.05
HSL307.75º88.12%60.39%-
HSV(B)307.75º73.25%95.29%-
XYZ51.772870.39-
YUV135.89175.47204.4-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.02%
GREEN value IS 65 (25.78% from 255) = 12.31%
BLUE value IS 220 (86.33% from 255) = 41.67%
R=46.02%
G=12.31%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2436522000.730.090.05307.7588.1260.39
HexF341DC04995134583c
Octal363101334011111546413074
Binary111100111000001110111000100100110011011001101001011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F341DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F341DC; }

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

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

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

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

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

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

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

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