#F740EA

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

Shades of Razzle Dazzle Rose #F740EA

Tints of Razzle Dazzle Rose #F740EA

Color information

#F740EA (or 0xF740EA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F7, 40 and EA. RGB value is (247,64,234). Sum of RGB (Red+Green+Blue) = 247+64+234=545 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.32% from 545); Green value is 64 (25.39% from 255 or 11.74% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 247 - color contains mainly: red. Hex color #F740EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F740EA is #08BF15. Grayscale: #898989. Windows color (decimal): -573206 or 15352055. OLE color: 15352055.

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

Color convert

RGB24764234-
CMYK00.740.050.03
HSL304.26º91.96%60.98%-
HSV(B)304.26º74.09%96.86%-
XYZ55.0429.3880.61-
YUV138.1182.13205.68-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 45.32%
GREEN value IS 64 (25.39% from 255) = 11.74%
BLUE value IS 234 (91.80% from 255) = 42.94%
R=45.32%
G=11.74%
B=42.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2476423400.740.050.03304.2691.9660.98
HexF740EA04A531305c3d
Octal36710035201125346013475
Binary1111011110000001110101001001010101111001100001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F740EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F740EA; }

 p { color: rgb(247,64,234); }

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

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

 a { background-color: rgb(247,64,234); }

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

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

 span { border-color: rgb(247,64,234); }

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