#F745D4

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

Shades of Razzle Dazzle Rose #F745D4

Tints of Razzle Dazzle Rose #F745D4

Color information

#F745D4 (or 0xF745D4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F7, 45 and D4. RGB value is (247,69,212). Sum of RGB (Red+Green+Blue) = 247+69+212=528 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.78% from 528); Green value is 69 (27.34% from 255 or 13.07% from 528); Blue value is 212 (83.20% from 255 or 40.15% from 528); Max value from RGB is 247 - color contains mainly: red. Hex color #F745D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F745D4 is #08BA2B. Grayscale: #8A8A8A. Windows color (decimal): -571948 or 13911543. OLE color: 13911543.

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

Color convert

RGB24769212-
CMYK00.720.140.03
HSL311.8º91.75%61.96%-
HSV(B)311.8º72.06%96.86%-
XYZ52.3728.7865.08-
YUV138.52169.47205.37-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.78%
GREEN value IS 69 (27.34% from 255) = 13.07%
BLUE value IS 212 (83.20% from 255) = 40.15%
R=46.78%
G=13.07%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2476921200.720.140.03311.891.7561.96
HexF745D4048E31385c3e
Octal367105324011016347013476
Binary11110111100010111010100010010001110111001110001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F745D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F745D4; }

 p { color: rgb(247,69,212); }

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

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

 a { background-color: rgb(247,69,212); }

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

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

 span { border-color: rgb(247,69,212); }

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