#F140BA

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

Shades of Razzle Dazzle Rose #F140BA

Tints of Razzle Dazzle Rose #F140BA

Color information

#F140BA (or 0xF140BA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 40 and BA. RGB value is (241,64,186). Sum of RGB (Red+Green+Blue) = 241+64+186=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 64 (25.39% from 255 or 13.03% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F140BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F140BA is #0EBF45. Grayscale: #828282. Windows color (decimal): -966470 or 12206321. OLE color: 12206321.

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

Color convert

RGB24164186-
CMYK00.730.230.05
HSL318.64º86.34%59.8%-
HSV(B)318.64º73.44%94.51%-
XYZ46.9725.9148.98-
YUV130.83159.14206.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.08%
GREEN value IS 64 (25.39% from 255) = 13.03%
BLUE value IS 186 (73.05% from 255) = 37.88%
R=49.08%
G=13.03%
B=37.88%

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
Decimal2416418600.730.230.05318.6486.3459.8
HexF140BA04917513f563c
Octal361100272011127547712674
Binary1111000110000001011101001001001101111011001111111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F140BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F140BA; }

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

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

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

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

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

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

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

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