#F149C1

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

Shades of Razzle Dazzle Rose #F149C1

Tints of Razzle Dazzle Rose #F149C1

Color information

#F149C1 (or 0xF149C1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 49 and C1. RGB value is (241,73,193). Sum of RGB (Red+Green+Blue) = 241+73+193=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 73 (28.91% from 255 or 14.40% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F149C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F149C1 is #0EB63E. Grayscale: #888888. Windows color (decimal): -964159 or 12667377. OLE color: 12667377.

HSL color Cylindrical-coordinate representation of color #F149C1: hue angle of 317.14º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F149C1 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB24173193-
CMYK00.700.200.05
HSL317.14º85.71%61.57%-
HSV(B)317.14º69.71%94.51%-
XYZ48.2827.3253.18-
YUV136.91159.66202.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.53%
GREEN value IS 73 (28.91% from 255) = 14.40%
BLUE value IS 193 (75.78% from 255) = 38.07%
R=47.53%
G=14.40%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417319300.700.200.05317.1485.7161.57
HexF149C104614513d563e
Octal361111301010624547512676
Binary1111000110010011100000101000110101001011001111011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F149C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F149C1; }

 p { color: rgb(241,73,193); }

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

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

 a { background-color: rgb(241,73,193); }

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

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

 span { border-color: rgb(241,73,193); }

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