#F141C5

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

Shades of Razzle Dazzle Rose #F141C5

Tints of Razzle Dazzle Rose #F141C5

Color information

#F141C5 (or 0xF141C5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 41 and C5. RGB value is (241,65,197). Sum of RGB (Red+Green+Blue) = 241+65+197=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 65 (25.78% from 255 or 12.92% from 503); Blue value is 197 (77.34% from 255 or 39.17% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F141C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F141C5 is #0EBE3A. Grayscale: #848484. Windows color (decimal): -966203 or 12927473. OLE color: 12927473.

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

Color convert

RGB24165197-
CMYK00.730.180.05
HSL315º86.27%60%-
HSV(B)315º73.03%94.51%-
XYZ48.2426.5155.4-
YUV132.67164.31205.27-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.91%
GREEN value IS 65 (25.78% from 255) = 12.92%
BLUE value IS 197 (77.34% from 255) = 39.17%
R=47.91%
G=12.92%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416519700.730.180.0531586.2760
HexF141C504912513b563c
Octal361101305011122547312674
Binary1111000110000011100010101001001100101011001110111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F141C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F141C5; }

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

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

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

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

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

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

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

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