#F841B6

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

Shades of Razzle Dazzle Rose #F841B6

Tints of Razzle Dazzle Rose #F841B6

Color information

#F841B6 (or 0xF841B6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F8, 41 and B6. RGB value is (248,65,182). Sum of RGB (Red+Green+Blue) = 248+65+182=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 65 (25.78% from 255 or 13.13% from 495); Blue value is 182 (71.48% from 255 or 36.77% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F841B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F841B6 is #07BE49. Grayscale: #848484. Windows color (decimal): -507466 or 11944440. OLE color: 11944440.

HSL color Cylindrical-coordinate representation of color #F841B6: hue angle of 321.64º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F841B6 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB24865182-
CMYK00.740.270.03
HSL321.64º92.89%61.37%-
HSV(B)321.64º73.79%97.25%-
XYZ49.0527.1146.9-
YUV133.06155.63209.99-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.10%
GREEN value IS 65 (25.78% from 255) = 13.13%
BLUE value IS 182 (71.48% from 255) = 36.77%
R=50.10%
G=13.13%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2486518200.740.270.03321.6492.8961.37
HexF841B604A1B31425d3d
Octal370101266011233350213575
Binary111110001000001101101100100101011011111010000101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F841B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F841B6; }

 p { color: rgb(248,65,182); }

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

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

 a { background-color: rgb(248,65,182); }

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

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

 span { border-color: rgb(248,65,182); }

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