#F745C1

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

Shades of Razzle Dazzle Rose #F745C1

Tints of Razzle Dazzle Rose #F745C1

Color information

#F745C1 (or 0xF745C1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F7, 45 and C1. RGB value is (247,69,193). Sum of RGB (Red+Green+Blue) = 247+69+193=509 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.53% from 509); Green value is 69 (27.34% from 255 or 13.56% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 247 - color contains mainly: red. Hex color #F745C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F745C1 is #08BA3E. Grayscale: #888888. Windows color (decimal): -571967 or 12666359. OLE color: 12666359.

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

Color convert

RGB24769193-
CMYK00.720.220.03
HSL318.2º91.75%61.96%-
HSV(B)318.2º72.06%96.86%-
XYZ50.1127.8853.19-
YUV136.36159.97206.92-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.53%
GREEN value IS 69 (27.34% from 255) = 13.56%
BLUE value IS 193 (75.78% from 255) = 37.92%
R=48.53%
G=13.56%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2476919300.720.220.03318.291.7561.96
HexF745C104816313e5c3e
Octal367105301011026347613476
Binary111101111000101110000010100100010110111001111101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F745C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F745C1; }

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

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

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

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

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

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

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

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