#F841C0

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

Shades of Razzle Dazzle Rose #F841C0

Tints of Razzle Dazzle Rose #F841C0

Color information

#F841C0 (or 0xF841C0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F8, 41 and C0. RGB value is (248,65,192). Sum of RGB (Red+Green+Blue) = 248+65+192=505 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.11% from 505); Green value is 65 (25.78% from 255 or 12.87% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 248 - color contains mainly: red. Hex color #F841C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F841C0 is #07BE3F. Grayscale: #858585. Windows color (decimal): -507456 or 12599800. OLE color: 12599800.

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

Color convert

RGB24865192-
CMYK00.740.230.03
HSL318.36º92.89%61.37%-
HSV(B)318.36º73.79%97.25%-
XYZ50.1227.5452.54-
YUV134.2160.63209.17-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.11%
GREEN value IS 65 (25.78% from 255) = 12.87%
BLUE value IS 192 (75.39% from 255) = 38.02%
R=49.11%
G=12.87%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2486519200.740.230.03318.3692.8961.37
HexF841C004A17313e5d3d
Octal370101300011227347613575
Binary111110001000001110000000100101010111111001111101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F841C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F841C0; }

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

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

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

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

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

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

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

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