#F740E8

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

Shades of Razzle Dazzle Rose #F740E8

Tints of Razzle Dazzle Rose #F740E8

Color information

#F740E8 (or 0xF740E8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F7, 40 and E8. RGB value is (247,64,232). Sum of RGB (Red+Green+Blue) = 247+64+232=543 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.49% from 543); Green value is 64 (25.39% from 255 or 11.79% from 543); Blue value is 232 (91.02% from 255 or 42.73% from 543); Max value from RGB is 247 - color contains mainly: red. Hex color #F740E8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F740E8 is #08BF17. Grayscale: #898989. Windows color (decimal): -573208 or 15220983. OLE color: 15220983.

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

Color convert

RGB24764232-
CMYK00.740.060.03
HSL304.92º91.96%60.98%-
HSV(B)304.92º74.09%96.86%-
XYZ54.7629.2779.11-
YUV137.87181.13205.84-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 45.49%
GREEN value IS 64 (25.39% from 255) = 11.79%
BLUE value IS 232 (91.02% from 255) = 42.73%
R=45.49%
G=11.79%
B=42.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2476423200.740.060.03304.9291.9660.98
HexF740E804A631315c3d
Octal36710035001126346113475
Binary1111011110000001110100001001010110111001100011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F740E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F740E8; }

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

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

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

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

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

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

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

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