#F440E3

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

Shades of Razzle Dazzle Rose #F440E3

Tints of Razzle Dazzle Rose #F440E3

Color information

#F440E3 (or 0xF440E3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F4, 40 and E3. RGB value is (244,64,227). Sum of RGB (Red+Green+Blue) = 244+64+227=535 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.61% from 535); Green value is 64 (25.39% from 255 or 11.96% from 535); Blue value is 227 (89.06% from 255 or 42.43% from 535); Max value from RGB is 244 - color contains mainly: red. Hex color #F440E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F440E3 is #0BBF1C. Grayscale: #878787. Windows color (decimal): -769821 or 14893300. OLE color: 14893300.

HSL color Cylindrical-coordinate representation of color #F440E3: hue angle of 305.67º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F440E3 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB24464227-
CMYK00.740.070.04
HSL305.67º89.11%60.39%-
HSV(B)305.67º73.77%95.69%-
XYZ53.0128.4575.37-
YUV136.4179.13204.75-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.61%
GREEN value IS 64 (25.39% from 255) = 11.96%
BLUE value IS 227 (89.06% from 255) = 42.43%
R=45.61%
G=11.96%
B=42.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2446422700.740.070.04305.6789.1160.39
HexF440E304A74132593c
Octal36410034301127446213174
Binary11110100100000011100011010010101111001001100101011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F440E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F440E3; }

 p { color: rgb(244,64,227); }

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

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

 a { background-color: rgb(244,64,227); }

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

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

 span { border-color: rgb(244,64,227); }

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