#F041CE

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

Shades of Razzle Dazzle Rose #F041CE

Tints of Razzle Dazzle Rose #F041CE

Color information

#F041CE (or 0xF041CE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 41 and CE. RGB value is (240,65,206). Sum of RGB (Red+Green+Blue) = 240+65+206=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 65 (25.78% from 255 or 12.72% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F041CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F041CE is #0FBE31. Grayscale: #858585. Windows color (decimal): -1031730 or 13517296. OLE color: 13517296.

HSL color Cylindrical-coordinate representation of color #F041CE: hue angle of 311.66º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F041CE is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB24065206-
CMYK00.730.140.06
HSL311.66º85.37%59.8%-
HSV(B)311.66º72.92%94.12%-
XYZ48.9726.7660.98-
YUV133.4168.98204.04-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.97%
GREEN value IS 65 (25.78% from 255) = 12.72%
BLUE value IS 206 (80.86% from 255) = 40.31%
R=46.97%
G=12.72%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406520600.730.140.06311.6685.3759.8
HexF041CE049E6138553c
Octal360101316011116647012574
Binary111100001000001110011100100100111101101001110001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F041CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F041CE; }

 p { color: rgb(240,65,206); }

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

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

 a { background-color: rgb(240,65,206); }

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

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

 span { border-color: rgb(240,65,206); }

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