#F041CF

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

Shades of Razzle Dazzle Rose #F041CF

Tints of Razzle Dazzle Rose #F041CF

Color information

#F041CF (or 0xF041CF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 41 and CF. RGB value is (240,65,207). Sum of RGB (Red+Green+Blue) = 240+65+207=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 65 (25.78% from 255 or 12.70% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F041CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F041CF is #0FBE30. Grayscale: #858585. Windows color (decimal): -1031729 or 13582832. OLE color: 13582832.

HSL color Cylindrical-coordinate representation of color #F041CF: hue angle of 311.31º 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 #F041CF is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB24065207-
CMYK00.730.140.06
HSL311.31º85.37%59.8%-
HSV(B)311.31º72.92%94.12%-
XYZ49.0926.8161.62-
YUV133.51169.48203.95-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.88%
GREEN value IS 65 (25.78% from 255) = 12.70%
BLUE value IS 207 (81.25% from 255) = 40.43%
R=46.88%
G=12.70%
B=40.43%

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
Decimal2406520700.730.140.06311.3185.3759.8
HexF041CF049E6137553c
Octal360101317011116646712574
Binary111100001000001110011110100100111101101001101111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F041CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F041CF; }

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

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

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

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

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

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

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

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