#F543C1

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

Shades of Razzle Dazzle Rose #F543C1

Tints of Razzle Dazzle Rose #F543C1

Color information

#F543C1 (or 0xF543C1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 43 and C1. RGB value is (245,67,193). Sum of RGB (Red+Green+Blue) = 245+67+193=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 67 (26.56% from 255 or 13.27% from 505); Blue value is 193 (75.78% from 255 or 38.22% from 505); Max value from RGB is 245 - color contains mainly: red. Hex color #F543C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F543C1 is #0ABC3E. Grayscale: #868686. Windows color (decimal): -703551 or 12665845. OLE color: 12665845.

HSL color Cylindrical-coordinate representation of color #F543C1: hue angle of 317.53º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F543C1 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB24567193-
CMYK00.730.210.04
HSL317.53º89.9%61.18%-
HSV(B)317.53º72.65%96.08%-
XYZ49.2927.2853.12-
YUV134.59160.97206.75-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.51%
GREEN value IS 67 (26.56% from 255) = 13.27%
BLUE value IS 193 (75.78% from 255) = 38.22%
R=48.51%
G=13.27%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456719300.730.210.04317.5389.961.18
HexF543C104915413e5a3d
Octal365103301011125447613275
Binary1111010110000111100000101001001101011001001111101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F543C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F543C1; }

 p { color: rgb(245,67,193); }

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

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

 a { background-color: rgb(245,67,193); }

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

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

 span { border-color: rgb(245,67,193); }

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