#F141C9

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

Shades of Razzle Dazzle Rose #F141C9

Tints of Razzle Dazzle Rose #F141C9

Color information

#F141C9 (or 0xF141C9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 41 and C9. RGB value is (241,65,201). Sum of RGB (Red+Green+Blue) = 241+65+201=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 65 (25.78% from 255 or 12.82% from 507); Blue value is 201 (78.91% from 255 or 39.64% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F141C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F141C9 is #0EBE36. Grayscale: #848484. Windows color (decimal): -966199 or 13189617. OLE color: 13189617.

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

Color convert

RGB24165201-
CMYK00.730.170.05
HSL313.64º86.27%60%-
HSV(B)313.64º73.03%94.51%-
XYZ48.7126.757.84-
YUV133.13166.31204.94-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.53%
GREEN value IS 65 (25.78% from 255) = 12.82%
BLUE value IS 201 (78.91% from 255) = 39.64%
R=47.53%
G=12.82%
B=39.64%

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
Decimal2416520100.730.170.05313.6486.2760
HexF141C904911513a563c
Octal361101311011121547212674
Binary1111000110000011100100101001001100011011001110101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F141C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F141C9; }

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

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

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

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

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

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

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

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