#F140D0

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

Shades of Razzle Dazzle Rose #F140D0

Tints of Razzle Dazzle Rose #F140D0

Color information

#F140D0 (or 0xF140D0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 40 and D0. RGB value is (241,64,208). Sum of RGB (Red+Green+Blue) = 241+64+208=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 64 (25.39% from 255 or 12.48% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F140D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F140D0 is #0EBF2F. Grayscale: #848484. Windows color (decimal): -966448 or 13648113. OLE color: 13648113.

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

Color convert

RGB24164208-
CMYK00.730.140.05
HSL311.19º86.34%59.8%-
HSV(B)311.19º73.44%94.51%-
XYZ49.4926.9262.26-
YUV133.34170.14204.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.98%
GREEN value IS 64 (25.39% from 255) = 12.48%
BLUE value IS 208 (81.64% from 255) = 40.55%
R=46.98%
G=12.48%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416420800.730.140.05311.1986.3459.8
HexF140D0049E5137563c
Octal361100320011116546712674
Binary111100011000000110100000100100111101011001101111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F140D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F140D0; }

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

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

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

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

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

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

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

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