#F641E1

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

Shades of Razzle Dazzle Rose #F641E1

Tints of Razzle Dazzle Rose #F641E1

Color information

#F641E1 (or 0xF641E1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F6, 41 and E1. RGB value is (246,65,225). Sum of RGB (Red+Green+Blue) = 246+65+225=536 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.90% from 536); Green value is 65 (25.78% from 255 or 12.13% from 536); Blue value is 225 (88.28% from 255 or 41.98% from 536); Max value from RGB is 246 - color contains mainly: red. Hex color #F641E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F641E1 is #09BE1E. Grayscale: #888888. Windows color (decimal): -638495 or 14762486. OLE color: 14762486.

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

Color convert

RGB24665225-
CMYK00.740.090.04
HSL306.96º90.95%60.98%-
HSV(B)306.96º73.58%96.47%-
XYZ53.4928.8173.98-
YUV137.36177.47205.49-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.90%
GREEN value IS 65 (25.78% from 255) = 12.13%
BLUE value IS 225 (88.28% from 255) = 41.98%
R=45.90%
G=12.13%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2466522500.740.090.04306.9690.9560.98
HexF641E104A941335b3d
Octal366101341011211446313375
Binary111101101000001111000010100101010011001001100111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F641E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F641E1; }

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

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

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

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

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

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

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

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