#F742BD

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

Shades of Razzle Dazzle Rose #F742BD

Tints of Razzle Dazzle Rose #F742BD

Color information

#F742BD (or 0xF742BD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F7, 42 and BD. RGB value is (247,66,189). Sum of RGB (Red+Green+Blue) = 247+66+189=502 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.20% from 502); Green value is 66 (26.17% from 255 or 13.15% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 247 - color contains mainly: red. Hex color #F742BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F742BD is #08BD42. Grayscale: #858585. Windows color (decimal): -572739 or 12403447. OLE color: 12403447.

HSL color Cylindrical-coordinate representation of color #F742BD: hue angle of 319.23º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F742BD is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB24766189-
CMYK00.730.230.03
HSL319.23º91.88%61.37%-
HSV(B)319.23º73.28%96.86%-
XYZ49.4927.3450.81-
YUV134.14158.97208.5-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.20%
GREEN value IS 66 (26.17% from 255) = 13.15%
BLUE value IS 189 (74.22% from 255) = 37.65%
R=49.20%
G=13.15%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2476618900.730.230.03319.2391.8861.37
HexF742BD04917313f5c3d
Octal367102275011127347713475
Binary111101111000010101111010100100110111111001111111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F742BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F742BD; }

 p { color: rgb(247,66,189); }

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

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

 a { background-color: rgb(247,66,189); }

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

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

 span { border-color: rgb(247,66,189); }

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