#F141DF

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

Shades of Razzle Dazzle Rose #F141DF

Tints of Razzle Dazzle Rose #F141DF

Color information

#F141DF (or 0xF141DF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 41 and DF. RGB value is (241,65,223). Sum of RGB (Red+Green+Blue) = 241+65+223=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 65 (25.78% from 255 or 12.29% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F141DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F141DF is #0EBE20. Grayscale: #878787. Windows color (decimal): -966177 or 14631409. OLE color: 14631409.

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

Color convert

RGB24165223-
CMYK00.730.070.05
HSL306.14º86.27%60%-
HSV(B)306.14º73.03%94.51%-
XYZ51.4927.8172.47-
YUV135.64177.31203.15-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.56%
GREEN value IS 65 (25.78% from 255) = 12.29%
BLUE value IS 223 (87.5% from 255) = 42.16%
R=45.56%
G=12.29%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416522300.730.070.05306.1486.2760
HexF141DF04975132563c
Octal36110133701117546212674
Binary11110001100000111011111010010011111011001100101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F141DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F141DF; }

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

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

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

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

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

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

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

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