#F641C0

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

Shades of Razzle Dazzle Rose #F641C0

Tints of Razzle Dazzle Rose #F641C0

Color information

#F641C0 (or 0xF641C0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F6, 41 and C0. RGB value is (246,65,192). Sum of RGB (Red+Green+Blue) = 246+65+192=503 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.91% from 503); Green value is 65 (25.78% from 255 or 12.92% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 246 - color contains mainly: red. Hex color #F641C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F641C0 is #09BE3F. Grayscale: #858585. Windows color (decimal): -638528 or 12599798. OLE color: 12599798.

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

Color convert

RGB24665192-
CMYK00.740.220.04
HSL317.9º90.95%60.98%-
HSV(B)317.9º73.58%96.47%-
XYZ49.4127.1852.51-
YUV133.6160.97208.17-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.91%
GREEN value IS 65 (25.78% from 255) = 12.92%
BLUE value IS 192 (75.39% from 255) = 38.17%
R=48.91%
G=12.92%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2466519200.740.220.04317.990.9560.98
HexF641C004A16413e5b3d
Octal366101300011226447613375
Binary1111011010000011100000001001010101101001001111101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F641C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F641C0; }

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

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

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

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

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

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

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

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