#F14DBF

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

Shades of Razzle Dazzle Rose #F14DBF

Tints of Razzle Dazzle Rose #F14DBF

Color information

#F14DBF (or 0xF14DBF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 4D and BF. RGB value is (241,77,191). Sum of RGB (Red+Green+Blue) = 241+77+191=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 77 (30.47% from 255 or 15.13% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F14DBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F14DBF is #0EB240. Grayscale: #8A8A8A. Windows color (decimal): -963137 or 12537329. OLE color: 12537329.

HSL color Cylindrical-coordinate representation of color #F14DBF: hue angle of 318.29º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F14DBF is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB24177191-
CMYK00.680.210.05
HSL318.29º85.42%62.35%-
HSV(B)318.29º68.05%94.51%-
XYZ48.3327.7752.1-
YUV139.03157.33200.73-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.35%
GREEN value IS 77 (30.47% from 255) = 15.13%
BLUE value IS 191 (75% from 255) = 37.52%
R=47.35%
G=15.13%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417719100.680.210.05318.2985.4262.35
HexF14DBF04415513e553e
Octal361115277010425547612576
Binary1111000110011011011111101000100101011011001111101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14DBF; }

 p { color: rgb(241,77,191); }

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

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

 a { background-color: rgb(241,77,191); }

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

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

 span { border-color: rgb(241,77,191); }

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