#F341C9

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

Shades of Razzle Dazzle Rose #F341C9

Tints of Razzle Dazzle Rose #F341C9

Color information

#F341C9 (or 0xF341C9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 41 and C9. RGB value is (243,65,201). Sum of RGB (Red+Green+Blue) = 243+65+201=509 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.74% from 509); Green value is 65 (25.78% from 255 or 12.77% from 509); Blue value is 201 (78.91% from 255 or 39.49% from 509); Max value from RGB is 243 - color contains mainly: red. Hex color #F341C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F341C9 is #0CBE36. Grayscale: #858585. Windows color (decimal): -835127 or 13189619. OLE color: 13189619.

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

Color convert

RGB24365201-
CMYK00.730.170.05
HSL314.16º88.12%60.39%-
HSV(B)314.16º73.25%95.29%-
XYZ49.427.0557.88-
YUV133.73165.97205.94-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.74%
GREEN value IS 65 (25.78% from 255) = 12.77%
BLUE value IS 201 (78.91% from 255) = 39.49%
R=47.74%
G=12.77%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2436520100.730.170.05314.1688.1260.39
HexF341C904911513a583c
Octal363101311011121547213074
Binary1111001110000011100100101001001100011011001110101011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F341C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F341C9; }

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

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

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

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

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

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

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

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