#F141BD

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

Shades of Razzle Dazzle Rose #F141BD

Tints of Razzle Dazzle Rose #F141BD

Color information

#F141BD (or 0xF141BD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 41 and BD. RGB value is (241,65,189). Sum of RGB (Red+Green+Blue) = 241+65+189=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 65 (25.78% from 255 or 13.13% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F141BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F141BD is #0EBE42. Grayscale: #838383. Windows color (decimal): -966211 or 12403185. OLE color: 12403185.

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

Color convert

RGB24165189-
CMYK00.730.220.05
HSL317.73º86.27%60%-
HSV(B)317.73º73.03%94.51%-
XYZ47.3526.1650.7-
YUV131.76160.31205.92-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.69%
GREEN value IS 65 (25.78% from 255) = 13.13%
BLUE value IS 189 (74.22% from 255) = 38.18%
R=48.69%
G=13.13%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416518900.730.220.05317.7386.2760
HexF141BD04916513e563c
Octal361101275011126547612674
Binary1111000110000011011110101001001101101011001111101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F141BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F141BD; }

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

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

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

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

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

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

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

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