#F642DF

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

Shades of Razzle Dazzle Rose #F642DF

Tints of Razzle Dazzle Rose #F642DF

Color information

#F642DF (or 0xF642DF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F6, 42 and DF. RGB value is (246,66,223). Sum of RGB (Red+Green+Blue) = 246+66+223=535 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.98% from 535); Green value is 66 (26.17% from 255 or 12.34% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 246 - color contains mainly: red. Hex color #F642DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F642DF is #09BD20. Grayscale: #898989. Windows color (decimal): -638241 or 14631670. OLE color: 14631670.

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

Color convert

RGB24666223-
CMYK00.730.090.04
HSL307.67º90.91%61.18%-
HSV(B)307.67º73.17%96.47%-
XYZ53.2728.8272.57-
YUV137.72176.13205.23-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.98%
GREEN value IS 66 (26.17% from 255) = 12.34%
BLUE value IS 223 (87.5% from 255) = 41.68%
R=45.98%
G=12.34%
B=41.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2466622300.730.090.04307.6790.9161.18
HexF642DF049941345b3d
Octal366102337011111446413375
Binary111101101000010110111110100100110011001001101001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F642DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F642DF; }

 p { color: rgb(246,66,223); }

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

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

 a { background-color: rgb(246,66,223); }

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

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

 span { border-color: rgb(246,66,223); }

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