#F545C1

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

Shades of Razzle Dazzle Rose #F545C1

Tints of Razzle Dazzle Rose #F545C1

Color information

#F545C1 (or 0xF545C1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 45 and C1. RGB value is (245,69,193). Sum of RGB (Red+Green+Blue) = 245+69+193=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 69 (27.34% from 255 or 13.61% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F545C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F545C1 is #0ABA3E. Grayscale: #878787. Windows color (decimal): -703039 or 12666357. OLE color: 12666357.

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

Color convert

RGB24569193-
CMYK00.720.210.04
HSL317.73º89.8%61.57%-
HSV(B)317.73º71.84%96.08%-
XYZ49.4127.5253.16-
YUV135.76160.31205.92-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.32%
GREEN value IS 69 (27.34% from 255) = 13.61%
BLUE value IS 193 (75.78% from 255) = 38.07%
R=48.32%
G=13.61%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456919300.720.210.04317.7389.861.57
HexF545C104815413e5a3e
Octal365105301011025447613276
Binary1111010110001011100000101001000101011001001111101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F545C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F545C1; }

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

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

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

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

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

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

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

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