#F641BF

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

Shades of Razzle Dazzle Rose #F641BF

Tints of Razzle Dazzle Rose #F641BF

Color information

#F641BF (or 0xF641BF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F6, 41 and BF. RGB value is (246,65,191). Sum of RGB (Red+Green+Blue) = 246+65+191=502 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.00% from 502); Green value is 65 (25.78% from 255 or 12.95% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 246 - color contains mainly: red. Hex color #F641BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F641BF is #09BE40. Grayscale: #858585. Windows color (decimal): -638529 or 12534262. OLE color: 12534262.

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

Color convert

RGB24665191-
CMYK00.740.220.04
HSL318.23º90.95%60.98%-
HSV(B)318.23º73.58%96.47%-
XYZ49.327.1451.93-
YUV133.48160.47208.25-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.00%
GREEN value IS 65 (25.78% from 255) = 12.95%
BLUE value IS 191 (75% from 255) = 38.05%
R=49.00%
G=12.95%
B=38.05%

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
Decimal2466519100.740.220.04318.2390.9560.98
HexF641BF04A16413e5b3d
Octal366101277011226447613375
Binary1111011010000011011111101001010101101001001111101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F641BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F641BF; }

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

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

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

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

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

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

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

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