#F139BA

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

Shades of Razzle Dazzle Rose #F139BA

Tints of Razzle Dazzle Rose #F139BA

Color information

#F139BA (or 0xF139BA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 39 and BA. RGB value is (241,57,186). Sum of RGB (Red+Green+Blue) = 241+57+186=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 57 (22.66% from 255 or 11.78% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F139BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F139BA is #0EC645. Grayscale: #7E7E7E. Windows color (decimal): -968262 or 12204529. OLE color: 12204529.

HSL color Cylindrical-coordinate representation of color #F139BA: hue angle of 317.93º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F139BA is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB24157186-
CMYK00.760.230.05
HSL317.93º86.79%58.43%-
HSV(B)317.93º76.35%94.51%-
XYZ46.625.1748.86-
YUV126.72161.46209.51-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.79%
GREEN value IS 57 (22.66% from 255) = 11.78%
BLUE value IS 186 (73.05% from 255) = 38.43%
R=49.79%
G=11.78%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415718600.760.230.05317.9386.7958.43
HexF139BA04C17513e573a
Octal36171272011427547612772
Binary111100011110011011101001001100101111011001111101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F139BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F139BA; }

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

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

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

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

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

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

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

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