#f045cc

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

Shades of Razzle Dazzle Rose #F045CC

Tints of Razzle Dazzle Rose #F045CC

Color information

#F045CC (or 0xF045CC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 45 and CC. RGB value is (240,69,204). Sum of RGB (Red+Green+Blue) = 240+69+204=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 69 (27.34% from 255 or 13.45% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F045CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F045CC is #0FBA33. Grayscale: #878787. Windows color (decimal): -1030708 or 13387248. OLE color: 13387248.

HSL color Cylindrical-coordinate representation of color #F045CC: hue angle of 312.63º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F045CC is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB24069204-
CMYK00.710.150.06
HSL312.63º85.07%60.59%-
HSV(B)312.63º71.25%94.12%-
XYZ48.9627.1459.78-
YUV135.52166.65202.52-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.78%
GREEN value IS 69 (27.34% from 255) = 13.45%
BLUE value IS 204 (80.08% from 255) = 39.77%
R=46.78%
G=13.45%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406920400.710.150.06312.6385.0760.59
HexF045CC047F6139553d
Octal360105314010717647112575
Binary111100001000101110011000100011111111101001110011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f045cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f045cc; }

 p { color: rgb(240,69,204); }

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

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

 a { background-color: rgb(240,69,204); }

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

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

 span { border-color: rgb(240,69,204); }

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