#F750C6

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

Shades of Razzle Dazzle Rose #F750C6

Tints of Razzle Dazzle Rose #F750C6

Color information

#F750C6 (or 0xF750C6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F7, 50 and C6. RGB value is (247,80,198). Sum of RGB (Red+Green+Blue) = 247+80+198=525 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.05% from 525); Green value is 80 (31.64% from 255 or 15.24% from 525); Blue value is 198 (77.73% from 255 or 37.71% from 525); Max value from RGB is 247 - color contains mainly: red. Hex color #F750C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F750C6 is #08AF39. Grayscale: #8F8F8F. Windows color (decimal): -569146 or 12996855. OLE color: 12996855.

HSL color Cylindrical-coordinate representation of color #F750C6: hue angle of 317.6º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F750C6 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB24780198-
CMYK00.680.200.03
HSL317.6º91.26%64.12%-
HSV(B)317.6º67.61%96.86%-
XYZ51.4229.5956.43-
YUV143.38158.83201.91-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.05%
GREEN value IS 80 (31.64% from 255) = 15.24%
BLUE value IS 198 (77.73% from 255) = 37.71%
R=47.05%
G=15.24%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2478019800.680.200.03317.691.2664.12
HexF750C604414313e5b40
Octal3671203060104243476133100
Binary1111011110100001100011001000100101001110011111010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F750C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F750C6; }

 p { color: rgb(247,80,198); }

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

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

 a { background-color: rgb(247,80,198); }

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

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

 span { border-color: rgb(247,80,198); }

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