#F741B5

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

Shades of Razzle Dazzle Rose #F741B5

Tints of Razzle Dazzle Rose #F741B5

Color information

#F741B5 (or 0xF741B5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F7, 41 and B5. RGB value is (247,65,181). Sum of RGB (Red+Green+Blue) = 247+65+181=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 65 (25.78% from 255 or 13.18% from 493); Blue value is 181 (71.09% from 255 or 36.71% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F741B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F741B5 is #08BE4A. Grayscale: #848484. Windows color (decimal): -573003 or 11878903. OLE color: 11878903.

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

Color convert

RGB24765181-
CMYK00.740.270.03
HSL321.76º91.92%61.18%-
HSV(B)321.76º73.68%96.86%-
XYZ48.5926.8946.35-
YUV132.64155.3209.57-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.10%
GREEN value IS 65 (25.78% from 255) = 13.18%
BLUE value IS 181 (71.09% from 255) = 36.71%
R=50.10%
G=13.18%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2476518100.740.270.03321.7691.9261.18
HexF741B504A1B31425c3d
Octal367101265011233350213475
Binary111101111000001101101010100101011011111010000101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F741B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F741B5; }

 p { color: rgb(247,65,181); }

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

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

 a { background-color: rgb(247,65,181); }

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

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

 span { border-color: rgb(247,65,181); }

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