#F641BE

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

Shades of Razzle Dazzle Rose #F641BE

Tints of Razzle Dazzle Rose #F641BE

Color information

#F641BE (or 0xF641BE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F6, 41 and BE. RGB value is (246,65,190). Sum of RGB (Red+Green+Blue) = 246+65+190=501 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.10% from 501); Green value is 65 (25.78% from 255 or 12.97% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 246 - color contains mainly: red. Hex color #F641BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F641BE is #09BE41. Grayscale: #858585. Windows color (decimal): -638530 or 12468726. OLE color: 12468726.

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

Color convert

RGB24665190-
CMYK00.740.230.04
HSL318.56º90.95%60.98%-
HSV(B)318.56º73.58%96.47%-
XYZ49.1927.0951.35-
YUV133.37159.97208.34-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.10%
GREEN value IS 65 (25.78% from 255) = 12.97%
BLUE value IS 190 (74.61% from 255) = 37.92%
R=49.10%
G=12.97%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2466519000.740.230.04318.5690.9560.98
HexF641BE04A17413f5b3d
Octal366101276011227447713375
Binary1111011010000011011111001001010101111001001111111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F641BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F641BE; }

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

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

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

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

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

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

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

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