#F140B9

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

Shades of Razzle Dazzle Rose #F140B9

Tints of Razzle Dazzle Rose #F140B9

Color information

#F140B9 (or 0xF140B9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 40 and B9. RGB value is (241,64,185). Sum of RGB (Red+Green+Blue) = 241+64+185=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 64 (25.39% from 255 or 13.06% from 490); Blue value is 185 (72.66% from 255 or 37.76% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F140B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F140B9 is #0EBF46. Grayscale: #828282. Windows color (decimal): -966471 or 12140785. OLE color: 12140785.

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

Color convert

RGB24164185-
CMYK00.730.230.05
HSL318.98º86.34%59.8%-
HSV(B)318.98º73.44%94.51%-
XYZ46.8725.8748.42-
YUV130.72158.64206.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.18%
GREEN value IS 64 (25.39% from 255) = 13.06%
BLUE value IS 185 (72.66% from 255) = 37.76%
R=49.18%
G=13.06%
B=37.76%

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
Decimal2416418500.730.230.05318.9886.3459.8
HexF140B904917513f563c
Octal361100271011127547712674
Binary1111000110000001011100101001001101111011001111111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F140B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F140B9; }

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

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

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

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

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

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

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

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