#F139CD

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

Shades of Razzle Dazzle Rose #F139CD

Tints of Razzle Dazzle Rose #F139CD

Color information

#F139CD (or 0xF139CD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 39 and CD. RGB value is (241,57,205). Sum of RGB (Red+Green+Blue) = 241+57+205=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 57 (22.66% from 255 or 11.33% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F139CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F139CD is #0EC632. Grayscale: #808080. Windows color (decimal): -968243 or 13449713. OLE color: 13449713.

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

Color convert

RGB24157205-
CMYK00.760.150.05
HSL311.74º86.79%58.43%-
HSV(B)311.74º76.35%94.51%-
XYZ48.7626.0360.21-
YUV128.89170.96207.97-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.91%
GREEN value IS 57 (22.66% from 255) = 11.33%
BLUE value IS 205 (80.47% from 255) = 40.76%
R=47.91%
G=11.33%
B=40.76%

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
Decimal2415720500.760.150.05311.7486.7958.43
HexF139CD04CF5138573a
Octal36171315011417547012772
Binary11110001111001110011010100110011111011001110001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F139CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F139CD; }

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

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

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

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

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

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

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

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