#F146CD

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

Shades of Razzle Dazzle Rose #F146CD

Tints of Razzle Dazzle Rose #F146CD

Color information

#F146CD (or 0xF146CD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 46 and CD. RGB value is (241,70,205). Sum of RGB (Red+Green+Blue) = 241+70+205=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 70 (27.73% from 255 or 13.57% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F146CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F146CD is #0EB932. Grayscale: #888888. Windows color (decimal): -964915 or 13453041. OLE color: 13453041.

HSL color Cylindrical-coordinate representation of color #F146CD: hue angle of 312.63º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F146CD is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB24170205-
CMYK00.710.150.05
HSL312.63º85.93%60.98%-
HSV(B)312.63º70.95%94.51%-
XYZ49.4927.4960.46-
YUV136.52166.65202.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.71%
GREEN value IS 70 (27.73% from 255) = 13.57%
BLUE value IS 205 (80.47% from 255) = 39.73%
R=46.71%
G=13.57%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417020500.710.150.05312.6385.9360.98
HexF146CD047F5139563d
Octal361106315010717547112675
Binary111100011000110110011010100011111111011001110011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F146CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F146CD; }

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

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

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

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

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

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

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

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