#F139CC

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

Shades of Razzle Dazzle Rose #F139CC

Tints of Razzle Dazzle Rose #F139CC

Color information

#F139CC (or 0xF139CC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 39 and CC. RGB value is (241,57,204). Sum of RGB (Red+Green+Blue) = 241+57+204=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 57 (22.66% from 255 or 11.35% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F139CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F139CC is #0EC633. Grayscale: #808080. Windows color (decimal): -968244 or 13384177. OLE color: 13384177.

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

Color convert

RGB24157204-
CMYK00.760.150.05
HSL312.07º86.79%58.43%-
HSV(B)312.07º76.35%94.51%-
XYZ48.6425.9959.58-
YUV128.77170.46208.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.01%
GREEN value IS 57 (22.66% from 255) = 11.35%
BLUE value IS 204 (80.08% from 255) = 40.64%
R=48.01%
G=11.35%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415720400.760.150.05312.0786.7958.43
HexF139CC04CF5138573a
Octal36171314011417547012772
Binary11110001111001110011000100110011111011001110001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F139CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F139CC; }

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

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

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

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

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

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

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

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