#F750C7

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

Shades of Razzle Dazzle Rose #F750C7

Tints of Razzle Dazzle Rose #F750C7

Color information

#F750C7 (or 0xF750C7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F7, 50 and C7. RGB value is (247,80,199). Sum of RGB (Red+Green+Blue) = 247+80+199=526 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.96% from 526); Green value is 80 (31.64% from 255 or 15.21% from 526); Blue value is 199 (78.12% from 255 or 37.83% from 526); Max value from RGB is 247 - color contains mainly: red. Hex color #F750C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F750C7 is #08AF38. Grayscale: #8F8F8F. Windows color (decimal): -569145 or 13062391. OLE color: 13062391.

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

Color convert

RGB24780199-
CMYK00.680.190.03
HSL317.25º91.26%64.12%-
HSV(B)317.25º67.61%96.86%-
XYZ51.5429.6457.04-
YUV143.5159.33201.82-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.96%
GREEN value IS 80 (31.64% from 255) = 15.21%
BLUE value IS 199 (78.12% from 255) = 37.83%
R=46.96%
G=15.21%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2478019900.680.190.03317.2591.2664.12
HexF750C704413313d5b40
Octal3671203070104233475133100
Binary1111011110100001100011101000100100111110011110110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F750C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F750C7; }

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

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

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

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

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

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

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

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