#F141B9

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

Shades of Razzle Dazzle Rose #F141B9

Tints of Razzle Dazzle Rose #F141B9

Color information

#F141B9 (or 0xF141B9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 41 and B9. RGB value is (241,65,185). Sum of RGB (Red+Green+Blue) = 241+65+185=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 65 (25.78% from 255 or 13.24% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F141B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F141B9 is #0EBE46. Grayscale: #838383. Windows color (decimal): -966215 or 12141041. OLE color: 12141041.

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

Color convert

RGB24165185-
CMYK00.730.230.05
HSL319.09º86.27%60%-
HSV(B)319.09º73.03%94.51%-
XYZ46.9225.9848.44-
YUV131.3158.31206.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.08%
GREEN value IS 65 (25.78% from 255) = 13.24%
BLUE value IS 185 (72.66% from 255) = 37.68%
R=49.08%
G=13.24%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416518500.730.230.05319.0986.2760
HexF141B904917513f563c
Octal361101271011127547712674
Binary1111000110000011011100101001001101111011001111111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F141B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F141B9; }

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

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

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

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

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

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

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

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