#F140D1

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

Shades of Razzle Dazzle Rose #F140D1

Tints of Razzle Dazzle Rose #F140D1

Color information

#F140D1 (or 0xF140D1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 40 and D1. RGB value is (241,64,209). Sum of RGB (Red+Green+Blue) = 241+64+209=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 64 (25.39% from 255 or 12.45% from 514); Blue value is 209 (82.03% from 255 or 40.66% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F140D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F140D1 is #0EBF2E. Grayscale: #858585. Windows color (decimal): -966447 or 13713649. OLE color: 13713649.

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

Color convert

RGB24164209-
CMYK00.730.130.05
HSL310.85º86.34%59.8%-
HSV(B)310.85º73.44%94.51%-
XYZ49.6226.9762.91-
YUV133.45170.64204.71-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.89%
GREEN value IS 64 (25.39% from 255) = 12.45%
BLUE value IS 209 (82.03% from 255) = 40.66%
R=46.89%
G=12.45%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416420900.730.130.05310.8586.3459.8
HexF140D1049D5137563c
Octal361100321011115546712674
Binary111100011000000110100010100100111011011001101111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F140D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F140D1; }

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

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

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

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

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

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

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

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