#F641D6

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

Shades of Razzle Dazzle Rose #F641D6

Tints of Razzle Dazzle Rose #F641D6

Color information

#F641D6 (or 0xF641D6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F6, 41 and D6. RGB value is (246,65,214). Sum of RGB (Red+Green+Blue) = 246+65+214=525 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.86% from 525); Green value is 65 (25.78% from 255 or 12.38% from 525); Blue value is 214 (83.98% from 255 or 40.76% from 525); Max value from RGB is 246 - color contains mainly: red. Hex color #F641D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F641D6 is #09BE29. Grayscale: #878787. Windows color (decimal): -638506 or 14041590. OLE color: 14041590.

HSL color Cylindrical-coordinate representation of color #F641D6: hue angle of 310.61º 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 #F641D6 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB24665214-
CMYK00.740.130.04
HSL310.61º90.95%60.98%-
HSV(B)310.61º73.58%96.47%-
XYZ52.0328.2366.32-
YUV136.11171.97206.38-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.86%
GREEN value IS 65 (25.78% from 255) = 12.38%
BLUE value IS 214 (83.98% from 255) = 40.76%
R=46.86%
G=12.38%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2466521400.740.130.04310.6190.9560.98
HexF641D604AD41375b3d
Octal366101326011215446713375
Binary111101101000001110101100100101011011001001101111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F641D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F641D6; }

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

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

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

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

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

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

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

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