#F641CC

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

Shades of Razzle Dazzle Rose #F641CC

Tints of Razzle Dazzle Rose #F641CC

Color information

#F641CC (or 0xF641CC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F6, 41 and CC. RGB value is (246,65,204). Sum of RGB (Red+Green+Blue) = 246+65+204=515 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.77% from 515); Green value is 65 (25.78% from 255 or 12.62% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 246 - color contains mainly: red. Hex color #F641CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F641CC is #09BE33. Grayscale: #868686. Windows color (decimal): -638516 or 13386230. OLE color: 13386230.

HSL color Cylindrical-coordinate representation of color #F641CC: hue angle of 313.92º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F641CC is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB24665204-
CMYK00.740.170.04
HSL313.92º90.95%60.98%-
HSV(B)313.92º73.58%96.47%-
XYZ50.827.7359.8-
YUV134.96166.97207.2-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.77%
GREEN value IS 65 (25.78% from 255) = 12.62%
BLUE value IS 204 (80.08% from 255) = 39.61%
R=47.77%
G=12.62%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2466520400.740.170.04313.9290.9560.98
HexF641CC04A11413a5b3d
Octal366101314011221447213375
Binary1111011010000011100110001001010100011001001110101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F641CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F641CC; }

 p { color: rgb(246,65,204); }

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

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

 a { background-color: rgb(246,65,204); }

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

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

 span { border-color: rgb(246,65,204); }

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